Fixed #10795: added a link to model formsets docs from the formsets docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2009-05-14 02:13:08 +00:00
parent bc514fe87e
commit fc458dd710
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ There are now a total of three forms showing above. One for the initial data
that was passed in and two extra forms. Also note that we are passing in a
list of dictionaries as the initial data.
.. seealso::
:ref:`Creating formsets from models with model formsets <model-formsets>`.
Limiting the maximum number of forms
------------------------------------