django/docs/topics/db
2018-01-07 14:35:06 +01:00
..
examples Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
aggregation.txt [2.0.x] Fixed typo in docs/topics/db/aggregation.txt. 2017-11-07 09:03:26 -05: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 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
models.txt [2.0.x] Removed incorrect reference to ModelChoiceField in Field.choices docs. 2017-10-13 11:10:51 -04:00
multi-db.txt [2.0.x] Fixed 'a'/'an' mix-ups in docs. 2017-10-30 21:47:27 -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] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. 2017-09-29 11:38:41 -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