1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
2010-03-06 11:10:25 +00:00
..
contrib Fixed #12217: Documented the fact that serving flatpages from the flatpage middleware does not apply view middleware methods. 2010-03-03 08:51:46 +00:00
files
forms Fixed #12601: Documented the slug field in the forms module. 2010-03-03 09:01:13 +00:00
models Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor. 2010-02-24 17:36:18 +00:00
templates Fixed #11889: Documented the fact that context processors will overwrite pre-existing context variables of the same names. 2010-03-03 08:43:05 +00:00
authbackends.txt
databases.txt Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor. 2010-02-24 17:36:18 +00:00
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
generic-views.txt
index.txt
middleware.txt Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
request-response.txt
settings.txt Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS setting. 2010-03-06 11:10:25 +00:00
signals.txt
unicode.txt
validators.txt