Skip to content

Commit

Permalink
[1.0.X] Fixed #10795: added a link to model formsets docs from the fo…
Browse files Browse the repository at this point in the history
…rmsets docs. Backport of [10774] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed May 14, 2009
1 parent ce369dc commit 91a17a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/topics/forms/formsets.txt
Expand Up @@ -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
------------------------------------

Expand Down

0 comments on commit 91a17a8

Please sign in to comment.