django/docs/topics/forms
Russell Keith-Magee 877963f541 Corrected a markup error introduced in r14986.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-19 15:01:12 +00:00
..
formsets.txt Corrected a markup error introduced in r14986. 2010-12-19 15:01:12 +00:00
index.txt Fixes #7817 and #9456. 2010-12-18 02:50:26 +00:00
media.txt Corrected some syntax issues in the docs. 2010-11-17 16:08:28 +00:00
modelforms.txt Fixed #14655 -- Made formsets iterable. This allows a slightly more natural iteration API (`for form in formsets`), and allows you to easily override the form rendering order. Thanks to Kent Hauser for the suggestion and patch. 2010-12-19 13:41:43 +00:00