1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/docs/topics
2010-03-25 10:29:06 +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 #13200 -- Updated the DB session backend to make full use of routers, deprecating the need for the SESSION_DB_ALIAS setting. Thanks to rokclimb15 for the report. 2010-03-25 10:29:06 +00:00
i18n Fixed #13014 - Added section about how to use the language code with fragement caching. Thanks for the initial patch, fgutierrez. 2010-03-15 12:16:37 +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 Fixed #13014 - Added section about how to use the language code with fragement caching. Thanks for the initial patch, fgutierrez. 2010-03-15 12:16:37 +00:00
conditional-view-processing.txt
email.txt Fixed #13048: Corrected typo in email documentation. 2010-03-07 00:51:29 +00:00
files.txt
generic-views.txt
index.txt
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
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