django/docs/topics/db
Mariusz Felisiak 80a53202d4
[2.0.x] Alphabetized imports in various docs.
Follow-up of d97cce3409 and 7d3fe36c62.
Backport of 35319bf12c from master
2018-05-12 19:41:40 +02:00
..
examples [2.0.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt. 2018-04-10 12:29:48 -04:00
aggregation.txt [2.0.x] Alphabetized imports in various docs. 2018-05-12 19:41:40 +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 Refs #28595 -- Added a hook to add execute wrappers for database queries. 2017-09-21 12:13:09 -04:00
managers.txt [2.0.x] Fixed typo in docs/topics/db/managers.txt. 2018-04-11 22:26:51 -04:00
models.txt [2.0.x] Fixed #29192 -- Corrected docs regarding overriding fields from abstract base classes. 2018-03-13 13:55:57 -04:00
multi-db.txt [2.0.x] Fixed #29349 -- Doc'd the default behavior of router.allow_relation(). 2018-04-23 11:45:09 -04:00
optimization.txt [2.0.x] Linked to prefetch_related_objects func in DB optimization docs. 2017-11-23 21:33:08 +03:00
queries.txt [2.0.x] Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations. 2018-03-20 20:44:08 -04:00
search.txt [2.0.x] Updated various links in docs to use HTTPS. 2018-01-07 14:35:06 +01:00
sql.txt [2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe. 2017-11-07 13:07:29 -05: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 #28479 -- Doc'd that transaction rollback doesn't revert model state. 2017-09-04 15:43:29 -04:00