django/docs/ref
Jacob Kaplan-Moss 1b04cb2348 Fixed #13597, a small typo in the admin docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-28 15:03:12 +00:00
..
contrib Fixed #13597, a small typo in the admin docs. 2010-05-28 15:03:12 +00:00
files
forms Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch. 2010-05-10 14:06:09 +00:00
models Slight fixes to related fields reference to avoid conflicting target names 2010-05-17 16:32:37 +00:00
templates Added notes about the two new date format specifiers (``c`` and ``u``) added in 1.2. Thanks for the patch, Ramiro Morales. 2010-05-16 20:48:19 +00:00
authbackends.txt
databases.txt
django-admin.txt Fixed #12969: Use versionadded directive for the new --symlinks option to the makemessages command. 2010-03-03 09:07:36 +00:00
exceptions.txt Fixed #6842 -- Added reference documentation on Django's exceptions. Thanks to timo for the patch. 2010-05-09 07:45:05 +00:00
generic-views.txt
index.txt Added exceptions reference page to the API reference index. 2010-05-10 00:50:02 +00:00
middleware.txt
request-response.txt Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks to dnjuls for the report, and claudep for the patch. 2010-05-08 07:32:08 +00:00
settings.txt Refs #12288 -- Clarified that application names must be unique. Thanks to Piotr Czachur for the report. 2010-05-10 14:04:16 +00:00
signals.txt Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report. 2010-05-10 13:12:53 +00:00
unicode.txt
utils.txt Fixed #3469 -- added django.utils documentation for stable bits 2010-05-08 21:38:27 +00:00
validators.txt Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to David Fischer for the report and patch. 2010-05-10 12:28:00 +00:00