django/docs/ref
Luke Plant b5da093fa9 In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some associated markup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 18:27:45 +00:00
..
contrib In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some associated markup 2011-05-09 18:27:45 +00:00
files
forms Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Thanks for the patch erickr and closedbracket. 2011-04-22 21:18:27 +00:00
models Fixed #15941 -- Fixed DateField docs to no longer state that the admin calendar's week always starts on Sunday (refs FIRST_DAY_OF_WEEK setting). Thanks aaugustin. 2011-05-07 16:58:58 +00:00
templates Fixed #15263 -- Added support for format localization to the now template tag. Thanks to danielr and dmclain. 2011-05-07 16:58:45 +00:00
authbackends.txt
class-based-views.txt
databases.txt Fixed #14091 - be more correct about logging queries in connection.queries. 2011-04-22 12:14:54 +00:00
django-admin.txt
exceptions.txt Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release. 2011-03-22 20:12:17 +00:00
generic-views.txt
index.txt
middleware.txt
request-response.txt Fixed a couple of small documentation typos. 2011-04-22 14:08:31 +00:00
settings.txt Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 2011-05-05 20:49:26 +00:00
signals.txt Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto. 2011-04-24 23:47:18 +00:00
template-response.txt
unicode.txt
utils.txt
validators.txt