Vojtech Bocek
|
10d5e439e9
Refs #28107 -- Doc'd how to subclass an existing database engine.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Mariusz Felisiak
|
b6c4766f53
Refs #29548 -- Updated docs for MariaDB support.
|
5 years ago |
Alex
|
1686dce06c
Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning.
|
5 years ago |
Nick Pope
|
198a2a9381
Removed unnecessary /static from links to PostgreSQL docs.
|
6 years ago |
Tim Graham
|
56b50cbf73
Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" as it's inactive.
|
6 years ago |
Mariusz Felisiak
|
25829197bb
Removed extra characters in docs header underlines.
|
6 years ago |
Mariusz Felisiak
|
21bb71ef0d
Fixed #30157 -- Dropped support for Oracle 12.1.
|
6 years ago |
Tim Graham
|
39ebdf5a3c
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
|
6 years ago |
Mads Jensen
|
4b9d72210f
Refs #28643 -- Added NullIf database function.
|
7 years ago |
Tim Graham
|
d5af14aa84
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
|
6 years ago |
Tim Graham
|
88619e6129
Bumped mysqlclient requirement to >= 1.3.13.
|
6 years ago |
Mariusz Felisiak
|
f091ea3515
Refs #29722 -- Added introspection of materialized views for Oracle.
|
6 years ago |
François Freitag
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 years ago |
Mariusz Felisiak
|
52fec5d18f
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
|
6 years ago |
jtiai
|
583b9fc410
Fixed #29757 -- Documented Oracle DSN and Easy Connect options.
|
6 years ago |
Tim Graham
|
7b7fb2eca5
Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
|
6 years ago |
Tim Graham
|
1160a97596
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
|
6 years ago |
Andrew Brown
|
c0e3c65b9d
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
|
6 years ago |
Mariusz Felisiak
|
4fb7bd834e
Added backticks to code literals in docs/ref/databases.txt.
|
6 years ago |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 years ago |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
7 years ago |
Berker Peksag
|
ad9390bba2
Updated documented mysqlclient requirement to 1.3.7.
|
7 years ago |
Tim Graham
|
1d8cfa3608
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
|
7 years ago |
Tim Graham
|
8a1768432b
Fixed #28552 -- Dropped support for MySQL 5.5.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Ran Benita
|
b9f7dce84b
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
|
7 years ago |
François Freitag
|
4f1eb64ad0
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
|
7 years ago |
Claude Paroz
|
01f658644a
Updated various links in docs to avoid redirects
|
7 years ago |
François Freitag
|
88336fdbb5
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
|
7 years ago |