index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
databases.txt
Age
Commit message (
Expand
)
Author
2020-05-21
[3.0.x] Updated list of third-party DB backends.
Carlton Gibson
2020-04-01
[3.0.x] Corrected docs spelling of PgBouncer.
Carlton Gibson
2020-03-27
[3.0.x] Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.
Hasan Ramezani
2020-01-29
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2019-11-25
[3.0.x] Updated link to IBM DB2 backend.
Sergey Fedoseev
2019-11-05
[3.0.x] Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_fo...
kola-er
2019-10-25
[3.0.x] Fixed #30904 -- Doc'd caveat about using filtered queryset with selec...
Saad
2019-10-03
[3.0.x] Fixed #30834 -- Added explicit list of supported databases to the dat...
Katie McLaughlin
2019-09-14
[3.0.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.
Claude Paroz
2019-09-09
Refs #28107 -- Doc'd how to subclass an existing database engine.
Vojtech Bocek
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-05-27
Refs #29548 -- Updated docs for MariaDB support.
Mariusz Felisiak
2019-05-17
Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...
Alex
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-02-09
Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" a...
Tim Graham
2019-02-08
Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-02-06
Fixed #30157 -- Dropped support for Oracle 12.1.
Mariusz Felisiak
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-01-10
Refs #28643 -- Added NullIf database function.
Mads Jensen
2018-12-22
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Tim Graham
2018-12-06
Bumped mysqlclient requirement to >= 1.3.13.
Tim Graham
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-10-11
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-09-17
Fixed #29757 -- Documented Oracle DSN and Easy Connect options.
jtiai
2018-08-25
Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
Tim Graham
2018-08-03
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
Tim Graham
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-06-15
Added backticks to code literals in docs/ref/databases.txt.
Mariusz Felisiak
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2017-12-21
Updated documented mysqlclient requirement to 1.3.7.
Berker Peksag
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-25
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-19
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
François Freitag
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-05-02
Fixed broken link to mysqlclient docs.
Tim Graham
2017-04-11
Updated docs after changing select_for_update() to raise NotSupportedError.
Ran Benita
2017-03-21
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-02-01
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-20
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...
Tim Graham
[next]