Corrected a markup error introduced in r14986.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
314fabc930
commit
877963f541
|
@ -47,7 +47,7 @@ the formset you iterated over the ``forms`` attribute::
|
||||||
Iterating over ``formset.forms`` will render the forms in the order
|
Iterating over ``formset.forms`` will render the forms in the order
|
||||||
they were created. The default formset iterator also renders the forms
|
they were created. The default formset iterator also renders the forms
|
||||||
in this order, but you can change this order by providing an alternate
|
in this order, but you can change this order by providing an alternate
|
||||||
implementation for the :method:`__iter__()` method.
|
implementation for the :meth:`__iter__()` method.
|
||||||
|
|
||||||
Using initial data with a formset
|
Using initial data with a formset
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
Loading…
Reference in New Issue