django/docs/ref
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
..
contrib Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
files
forms Fixed #3512: it's now possible to add CSS hooks to required/erroneous form rows. Thanks, SmileyChris. 2009-12-12 18:52:12 +00:00
models Improved documentation of when QuerySet.exists() and .count() are a genuine optimization. 2009-12-22 17:32:30 +00:00
templates Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
authbackends.txt
databases.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
django-admin.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
generic-views.txt
index.txt
middleware.txt Fixed #4604 - Configurable message passing system, supporting anonymous users 2009-12-09 16:57:23 +00:00
request-response.txt
settings.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
signals.txt Corrected spaces for tabs from r11540. 2009-09-13 06:18:16 +00:00
unicode.txt