summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
Commit message (Expand)AuthorAgeFilesLines
* [4.2.x] Clarified database connections lifetime outside HTTP requests.Alberto Sottile2023-05-121-1/+5
* [4.2.x] Added Snowflake to list of third-party DB backends.Tim Graham2023-04-171-0/+1
* [4.2.x] Used extlinks for PyPI links.Tim Graham2023-04-171-15/+7
* [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-42/+44
* [4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit2023-02-281-6/+5
* [4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-5/+17
* Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak2023-01-171-3/+28
* Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak2023-01-171-3/+3
* Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.Mariusz Felisiak2023-01-051-1/+1
* Fixed #34200 -- Made the session role configurable on PostgreSQL.Mike Crute2023-01-031-0/+21
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-5/+19
* Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.Mariusz Felisiak2022-12-081-1/+1
* Fixed #10070 -- Added support for pyformat style parameters on SQLite.Ryan Cheley2022-11-081-8/+0
* Noted that JSON1 extension is enabled by default on SQLite 3.38+.Nick Pope2022-11-041-0/+4
* Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak2022-08-261-4/+8
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-6/+5
* Added YugabyteDB to list of third-party DB backends.Sfurti-yb2022-06-161-0/+2
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-311-4/+4
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-1/+1
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-181-1/+1
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-5/+0
* Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purpos...Mariusz Felisiak2022-05-161-0/+5
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-1/+1
* Removed hyphen from pre-/re- prefixes.David2022-04-281-1/+1
* Added TiDB to list of third-party DB backends.Xiang Zhang2022-04-201-0/+2
* Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak2021-12-221-1/+1
* Updated link to Microsoft SQL Server backend.Wayne Lambert2021-12-131-1/+1
* Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga2021-12-011-2/+13
* Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh2021-11-011-0/+2
* Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak2021-09-221-2/+2
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-4/+0
* Refs #32956 -- Updated words ending in -wards.David Smith2021-07-301-1/+1
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-1/+1
* Fixed typo in docs/ref/databases.txt.Jacob Walls2021-07-191-3/+3
* Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak2021-07-081-1/+1
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-3/+3
* Fixed #32456 -- Added dbshell support for specifying a password file on Postg...Hasan Ramezani2021-03-011-6/+15
* Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak2021-02-031-1/+1
* Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak2021-02-031-2/+2
* Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani2021-01-201-0/+32
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-1/+1
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-301-1/+1
* Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes.Mariusz Felisiak2020-10-021-5/+13
* Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.Simon Charette2020-07-131-1/+1
* Removed unsupported third-party database backends from docs.Carlton Gibson2020-07-081-4/+0
* Updated list of third-party DB backends.Carlton Gibson2020-05-211-5/+7
* Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman2020-05-211-0/+1
* Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak2020-05-191-9/+8
* Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak2020-05-141-1/+1
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-2/+0