summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-8/+8
* [2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database bac...Tim Graham2019-02-091-2/+0
* [2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak2019-02-081-1/+1
* Refs #28643 -- Added NullIf database function.Mads Jensen2019-01-101-0/+2
* Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham2018-12-221-1/+1
* Bumped mysqlclient requirement to >= 1.3.13.Tim Graham2018-12-061-1/+1
* Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak2018-11-261-3/+4
* Used auto-numbered lists in documentation.François Freitag2018-11-151-4/+4
* Fixed #29836 -- Bumped required cx_Oracle to 6.0.Mariusz Felisiak2018-10-111-1/+1
* Fixed #29757 -- Documented Oracle DSN and Easy Connect options.jtiai2018-09-171-0/+18
* Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.Tim Graham2018-08-251-1/+1
* Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham2018-08-031-0/+2
* Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown2018-07-251-0/+13
* Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak2018-06-151-17/+17
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-6/+0
* Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon2018-04-171-2/+2
* Updated documented mysqlclient requirement to 1.3.7.Berker Peksag2017-12-211-1/+1
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-1/+1
* Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham2017-09-251-25/+9
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-8/+0
* Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita2017-06-291-3/+3
* Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.François Freitag2017-06-191-0/+27
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-2/+2
* Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.François Freitag2017-05-061-0/+35
* Fixed broken link to mysqlclient docs.Tim Graham2017-05-021-1/+1
* Updated docs after changing select_for_update() to raise NotSupportedError.Ran Benita2017-04-111-1/+2
* Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak2017-03-211-2/+2
* Removed extra characters in docs header underlines.Mariusz Felisiak2017-03-201-1/+1
* Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham2017-02-011-2/+8
* Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham2017-01-281-1/+1
* Refs #23919 -- Removed obsolete MySQLdb references.Tim Graham2017-01-251-52/+10
* Refs #23919 -- Removed pysqlite support (it's Python 2 only).Tim Graham2017-01-201-12/+0
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-49/+6
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-171-2/+1
* Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham2017-01-171-0/+26
* Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag2017-01-111-0/+18
* Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham2016-12-291-11/+1
* Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak2016-11-081-0/+1
* Updated postgresql.org links to https and made them canonical.Marti Raudsepp2016-10-251-4/+4
* Updated links to the current version of MySQL docs.Tim Graham2016-09-301-9/+9
* Replaced smart_* by force_* calls whenever possibleClaude Paroz2016-09-031-1/+1
* Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz2016-09-011-0/+7
* Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek2016-08-231-0/+10
* Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette2016-08-081-3/+3
* Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.Tim Graham2016-06-011-1/+1
* Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-281-1/+1
* Fixed #15940 -- Added MySQL note about strict SQL modeClaude Paroz2016-04-081-0/+18
* Fixed #26121 -- Updated MySQL storage engine example.Tim Graham2016-01-221-1/+1
* Fixed #25979 -- Dropped support for PostgreSQL 9.1.Tim Graham2015-12-231-1/+1
* Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne2015-12-011-15/+15