django/docs/topics/db
Simon Charette f037ae11ec [2.2.x] Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields.
This is not true since 7f51876 removed the necessity of creating
proxy model classes at runtime for each deferred field sets.
Backport of 35396a7f24 from master
2019-10-14 12:53:32 +02:00
..
examples Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model. 2019-01-15 11:12:17 -05:00
aggregation.txt [2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt. 2019-04-13 12:36:12 +02:00
index.txt Refs #28595 -- Added a hook to add execute wrappers for database queries. 2017-09-21 12:13:09 -04:00
instrumentation.txt Removed versionadded/changed annotations for 2.0. 2018-05-17 11:00:10 -04:00
managers.txt [2.2.x] Changed tuple choices to list in docs. 2019-05-15 14:41:01 +02:00
models.txt [2.2.x] Fixed typo in docs/topics/db/models.txt. 2019-06-24 09:05:15 +02:00
multi-db.txt [2.2.x] Refs #29683 -- Updated multi-db docs for view permission. 2019-02-25 14:57:12 -05:00
optimization.txt [2.2.x] Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields. 2019-10-14 12:53:32 +02:00
queries.txt [2.2.x] Used extlinks for Django's source code. 2019-03-28 20:39:38 -04:00
search.txt Updated various links in docs to use HTTPS. 2018-01-07 14:28:41 +01:00
sql.txt [2.2.x] Removed unnecessary /static from links to PostgreSQL docs. 2019-03-29 21:50:28 -04:00
tablespaces.txt Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. 2017-06-27 21:15:15 +02:00
transactions.txt Fixed #28584 -- Dropped support for SQLite < 3.7.15. 2017-10-03 10:42:18 -04:00