0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/topics
2010-01-26 15:01:58 +00:00
..
db Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for the report. 2010-01-25 12:29:56 +00:00
forms Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
http
auth.txt Fixed typo in docs - supports_objects_permissions should be supports_object_permissions 2010-01-18 20:51:29 +00:00
cache.txt Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo 2010-01-10 18:40:24 +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 Modified the way EMAIL_BACKEND is specified to make it consistent with the new "use the class name" policy for backends. 2010-01-04 12:05:04 +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
i18n.txt Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above. 2010-01-26 15:01:58 +00:00
index.txt
install.txt
pagination.txt
serialization.txt
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 Fixed #11884 -- Clarified documentation to explain how to activate the built-in admin reference. Thanks, DmitryRisenberg and timo 2010-01-10 18:07:46 +00:00
testing.txt Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave databases. 2010-01-25 12:05:38 +00:00