django/docs/topics/db
Tim Graham 16865782d7 [1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.
Thanks Josh, Anssi, and Carl for reviews and advice.

Backport of 91a431f48c from master
2015-11-12 13:22:13 -05:00
..
examples Fixed typo in docs/topics/db/examples/one_to_one.txt 2015-09-23 13:31:14 -04:00
aggregation.txt [1.9.x] Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering. 2015-11-12 13:22:13 -05:00
index.txt Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch. 2012-03-14 22:16:46 +00:00
managers.txt Fixed #25205 -- Removed doc references to deprecated GeoManager class. 2015-08-11 10:14:44 -04:00
models.txt [1.9.x] Fixed typo in docs/topics/db/models.txt. 2015-10-31 08:53:45 -04:00
multi-db.txt [1.9.x] Fixed #25681 -- Added 'default' to DATABASES example. 2015-11-07 11:10:00 +01:00
optimization.txt Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
queries.txt Tweak some examples. 2015-08-22 20:25:42 +02:00
sql.txt [1.9.x] Fixed #25455 -- Optimized dictfetchall() example. 2015-09-24 13:19:17 -04:00
tablespaces.txt Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
transactions.txt Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00