summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
AgeCommit message (Expand)Author
2021-07-19[3.2.x] Fixed typo in docs/ref/databases.txt.Jacob Walls
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and u...Nick Pope
2020-12-30Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak
2020-10-02Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.Mariusz Felisiak
2020-07-13Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.Simon Charette
2020-07-08Removed unsupported third-party database backends from docs.Carlton Gibson
2020-05-21Updated list of third-party DB backends.Carlton Gibson
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman
2020-05-19Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak
2020-05-14Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-08Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-01Corrected docs spelling of PgBouncer.Carlton Gibson
2020-03-27Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.Hasan Ramezani
2020-03-20Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit
2020-01-29Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2019-12-04Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL.Aymeric Augustin
2019-11-25Updated link to IBM DB2 backend.Sergey Fedoseev
2019-11-05Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update...kola-er
2019-10-25Fixed #30904 -- Doc'd caveat about using filtered queryset with select_for_up...Saad
2019-10-16Fixed #30885 -- Dropped support for MariaDB 10.1.Mariusz Felisiak
2019-10-03Fixed #30834 -- Added explicit list of supported databases to the databases d...Katie McLaughlin
2019-09-14Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
2019-09-09Refs #28107 -- Doc'd how to subclass an existing database engine.Vojtech Bocek
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-05-17Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...Alex
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-02-09Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" a...Tim Graham
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-06Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
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