1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/docs/topics
2010-03-10 12:35:55 +00:00
..
db Refs #12767 -- Modified the multi-db docs to remove the implication that contrib.auth can be easily put on a separate database. 2010-03-10 12:35:55 +00:00
forms Fixed #12896. Documented the new side-effects of ModelForm validation. 2010-03-06 19:51:29 +00:00
http Fixed #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch. 2010-02-24 14:49:38 +00:00
i18n Fixed #13013 -- Added missing {% csrf_token %} in example form. 2010-03-08 03:18:58 +00:00
auth.txt Fixed #5605: only lowercase the domain portion of an email address in UserManager.create_user. 2010-03-01 20:30:44 +00:00
cache.txt Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in case the LocaleMiddleware is used to discover the language preference. 2010-03-01 10:19:01 +00:00
conditional-view-processing.txt Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo 2010-01-10 18:09:26 +00:00
email.txt Fixed #13048: Corrected typo in email documentation. 2010-03-07 00:51:29 +00:00
files.txt
generic-views.txt Fixed #12161 -- Added escaping of a backslash in two generic-views.txt examples. Thanks, infopams 2010-01-10 18:38:00 +00:00
index.txt Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro Morales. 2010-02-16 12:12:53 +00:00
install.txt
pagination.txt
serialization.txt Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thanks, ramiro. 2010-02-14 18:39:42 +00:00
settings.txt
signals.txt Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch. 2010-01-13 11:07:16 +00:00
templates.txt
testing.txt Fixed #12932 -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. 2010-02-22 12:34:52 +00:00