django/docs/topics
Joseph Kocherhans 2f9853b2dc Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.
This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-12 02:29:45 +00:00
..
db Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and timo 2010-01-10 21:28:37 +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 #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev 2010-01-10 19:05:39 +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
index.txt
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
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 Typo fix for doc added in r12034. Thanks Alex Gaynor. 2009-12-31 19:23:23 +00:00