1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref
2010-05-12 13:34:05 +00:00
..
contrib Fixed doc markup error that resulted in no anchor tag for the model admin queryset method. 2010-05-12 13:34:05 +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 Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to timo for the report. 2010-05-11 14:12:08 +00:00
templates Fixed #13317 - Clarified documentation about how the blocktrans and trans template tags work with regard to variables. Thanks for the initial patch, Ramiro Morales. 2010-05-09 13:55:15 +00:00
authbackends.txt
databases.txt
django-admin.txt
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
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
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