Commit 877963f5 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Corrected a markup error introduced in r14986.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 314fabc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ the formset you iterated over the ``forms`` attribute::
Iterating over ``formset.forms`` will render the forms in the order
they were created. The default formset iterator also renders the forms
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
---------------------------------