django/docs/topics/db
Luke Plant 2cf21d994d Small corrections/improvements to DB optimization docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-05 16:26:12 +00:00
..
aggregation.txt Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch. 2010-05-10 13:14:19 +00:00
index.txt
managers.txt Fixed #13035 - Incorrect documentation regarding admin and default managers 2010-04-06 11:52:32 +00:00
models.txt Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch. 2010-05-10 13:14:19 +00:00
multi-db.txt Fixed #13316 -- Added clarifying note about cross-database relations. 2010-05-09 07:44:06 +00:00
optimization.txt Small corrections/improvements to DB optimization docs. 2010-07-05 16:26:12 +00:00
queries.txt Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw for the report and patch. 2010-05-14 01:51:14 +00:00
sql.txt
transactions.txt