1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/topics/db
Luke Plant 662eea116f Fixed #16937 - added QuerySet.prefetch_related to prefetch many related objects.
Many thanks to akaariai for lots of review and feedback, bug finding,
additional unit tests and performance testing.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-05 23:14:52 +00:00
..
aggregation.txt Fixed doc references to django.db.models.query.QuerySet and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
index.txt
managers.txt
models.txt
multi-db.txt
optimization.txt Fixed #16937 - added QuerySet.prefetch_related to prefetch many related objects. 2011-10-05 23:14:52 +00:00
queries.txt Fixed doc references to django.db.models.query.QuerySet and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
sql.txt Fixed doc references to django.db.models.query.QuerySet and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
transactions.txt