django/docs/ref/models
Luke Plant a5af81f93f Improved documentation of when QuerySet.exists() and .count() are a genuine optimization.
Also fixed a typo.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22 17:32:30 +00:00
..
fields.txt Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this. 2009-12-17 15:10:38 +00:00
index.txt
instances.txt
options.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
querysets.txt Improved documentation of when QuerySet.exists() and .count() are a genuine optimization. 2009-12-22 17:32:30 +00:00
relations.txt