1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/topics
Honza Král 65b380e74a Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_valid is True. Thanks mlavin!
This also introduces a slightly backwards-incompatible change in
FormSet's behavior, see the release docs for details.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-21 17:27:01 +00:00
..
db Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch. 2010-11-20 10:49:42 +00:00
forms Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_valid is True. Thanks mlavin! 2010-11-21 17:27:01 +00:00
http Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch. 2010-11-20 10:49:42 +00:00
i18n
auth.txt
cache.txt Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks to bruth for the patch. 2010-11-19 15:39:35 +00:00
class-based-views.txt Corrected a markup problem with an example in the class-based view docs. Thanks to apollo13 for the report. 2010-11-20 11:33:43 +00:00
conditional-view-processing.txt
email.txt
files.txt
generic-views-migration.txt Documented migration path for change object_list -> ListView regarding different context variables 2010-11-20 20:38:52 +00:00
generic-views.txt
index.txt
install.txt
logging.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt