summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
AgeCommit message (Expand)Author
2019-05-17[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight a...Alex
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-02-09[2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database bac...Tim Graham
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2018-12-22Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham
2018-12-06Bumped mysqlclient requirement to >= 1.3.13.Tim Graham
2018-11-26Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-11Fixed #29836 -- Bumped required cx_Oracle to 6.0.Mariusz Felisiak
2018-09-17Fixed #29757 -- Documented Oracle DSN and Easy Connect options.jtiai
2018-08-25Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.Tim Graham
2018-08-03Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-06-15Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-12-21Updated documented mysqlclient requirement to 1.3.7.Berker Peksag
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2017-06-19Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.François Freitag
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-05-06Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.François Freitag
2017-05-02Fixed broken link to mysqlclient docs.Tim Graham
2017-04-11Updated docs after changing select_for_update() to raise NotSupportedError.Ran Benita
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-02-01Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham
2017-01-28Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham
2017-01-25Refs #23919 -- Removed obsolete MySQLdb references.Tim Graham
2017-01-20Refs #23919 -- Removed pysqlite support (it's Python 2 only).Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2016-11-08Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-01Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2016-08-08Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette
2016-06-01Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.Tim Graham
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-08Fixed #15940 -- Added MySQL note about strict SQL modeClaude Paroz
2016-01-22Fixed #26121 -- Updated MySQL storage engine example.Tim Graham
2015-12-23Fixed #25979 -- Dropped support for PostgreSQL 9.1.Tim Graham