Tim Graham
|
7b7fb2eca5
Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
|
6 anni fa |
Tim Graham
|
1160a97596
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
|
6 anni fa |
Andrew Brown
|
c0e3c65b9d
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
|
6 anni fa |
Mariusz Felisiak
|
4fb7bd834e
Added backticks to code literals in docs/ref/databases.txt.
|
6 anni fa |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 anni fa |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
7 anni fa |
Berker Peksag
|
ad9390bba2
Updated documented mysqlclient requirement to 1.3.7.
|
7 anni fa |
Tim Graham
|
1d8cfa3608
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
|
7 anni fa |
Tim Graham
|
8a1768432b
Fixed #28552 -- Dropped support for MySQL 5.5.
|
7 anni fa |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 anni fa |
Ran Benita
|
b9f7dce84b
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
|
7 anni fa |
François Freitag
|
4f1eb64ad0
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
|
7 anni fa |
Claude Paroz
|
01f658644a
Updated various links in docs to avoid redirects
|
7 anni fa |
François Freitag
|
88336fdbb5
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
|
8 anni fa |
Tim Graham
|
13cd5b0670
Fixed broken link to mysqlclient docs.
|
8 anni fa |
Ran Benita
|
2a6b4e6521
Updated docs after changing select_for_update() to raise NotSupportedError.
|
8 anni fa |
Mariusz Felisiak
|
43380e9110
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
|
8 anni fa |
Mariusz Felisiak
|
a3af8c99d9
Removed extra characters in docs header underlines.
|
8 anni fa |
Tim Graham
|
924af638e4
Fixed #27683 -- Made MySQL default to the read committed isolation level.
|
8 anni fa |
Tim Graham
|
0de0699d94
Fixed #27788 -- Dropped support for Oracle < 12.1.
|
8 anni fa |
Tim Graham
|
2d96c027f5
Refs #23919 -- Removed obsolete MySQLdb references.
|
8 anni fa |
Tim Graham
|
1b06d5e6f6
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
|
8 anni fa |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 anni fa |
Tim Graham
|
bcf3532ede
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
|
8 anni fa |
Tim Graham
|
f01ad1cb6a
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on MySQL.
|
8 anni fa |
François Freitag
|
f3b7c05936
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
|
8 anni fa |
Tim Graham
|
fae56427e1
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
|
8 anni fa |
Mariusz Felisiak
|
c4b04e1598
Fixed #27420 -- Quoted the Oracle test user password in queries.
|
8 anni fa |
Marti Raudsepp
|
51fbe2a60d
Updated postgresql.org links to https and made them canonical.
|
8 anni fa |
Tim Graham
|
9819676676
Updated links to the current version of MySQL docs.
|
8 anni fa |