1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
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
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 Fixed #15593 -- Added a note that the output of reverse is urlquoted. Thanks to guettli for the report and draft patch. 2011-04-20 19:50:27 +00:00
utils.txt
validators.txt