| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-08 | [3.1.x] Removed unsupported third-party database backends from docs. | Carlton Gibson | |
| Backport of 1d8256719eecb724476e6cb8d63cfebf6ba1a3cc from master | |||
| 2020-05-21 | [3.1.x] Updated list of third-party DB backends. | Carlton Gibson | |
| * Alphabetized third-party DB backend list. * Added backticks around single-word link texts to ease visual/machine sorting. * Added CockroachDB to list of third-party DB backends. * Updated third-party DB backend URLs. Thanks to Nick Pope and Tim Graham for the review. Backport of 6dcfa70cac29c854fc5169bed1cf6479eabdb8c1 from master | |||
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | |
| Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-05-08 | Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0. | Mariusz Felisiak | |
| MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2. | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-04-01 | Corrected docs spelling of PgBouncer. | Carlton Gibson | |
| 2020-03-27 | Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option. | Hasan Ramezani | |
| 2020-03-20 | Fixed #31144 -- Relaxed system check for max_length of CharFields on ↵ | Rohit | |
| MySQL/MariaDB by turning into a warning. | |||
| 2020-01-29 | Fixed #31212 -- Updated psycopg links to HTTPS and new location. | Jon Dufresne | |
| 2019-12-04 | Fixed #23524 -- Allowed DATABASES['TIME_ZONE'] option on PostgreSQL. | Aymeric Augustin | |
| 2019-11-25 | Updated link to IBM DB2 backend. | Sergey Fedoseev | |
| See https://github.com/ibmdb/python-ibmdb/pull/375 | |||
| 2019-11-05 | Fixed #30928 -- Clarified MySQL/MariaDB support of ↵ | kola-er | |
| QuerySet.select_for_update() options. Thanks Par Andersson for reporting the issue. | |||
| 2019-10-25 | Fixed #30904 -- Doc'd caveat about using filtered queryset with ↵ | Saad | |
| select_for_update() on MySQL. | |||
| 2019-10-16 | Fixed #30885 -- Dropped support for MariaDB 10.1. | Mariusz Felisiak | |
| 2019-10-03 | Fixed #30834 -- Added explicit list of supported databases to the databases ↵ | Katie McLaughlin | |
| docs. | |||
| 2019-09-14 | 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 ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 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 ↵ | Alex | |
| atomicity warning. | |||
| 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" ↵ | Tim Graham | |
| as it's inactive. | |||
| 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 | |
| Thanks Tim Graham for the review. | |||
| 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 | |
| Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews. | |||
| 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 | |
| There are test failures with older versions. | |||
| 2018-11-26 | Refs #29722 -- Added introspection of materialized views for Oracle. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 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 | |
| The test requirement was bumped in 2514e044a7fce58176c4e79eec298f3d8f70e89b. | |||
| 2017-09-27 | Fixed #28626 -- Dropped support for PostgreSQL 9.3. | Tim Graham | |
| Thanks Simon Charette for the introspection changes. | |||
| 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 | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-05-06 | Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. | François Freitag | |
| When a connection pooler is set up in transaction pooling mode, queries relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS setting in DATABASES disables server-side cursors for this use case. | |||
| 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 | |
| Follow up to 054a44d6f0f75395bd02a21e31ea904a24750a2b. | |||
| 2017-03-21 | Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2017-03-20 | Removed extra characters in docs header underlines. | Mariusz Felisiak | |
