mirror of
https://github.com/django/django.git
synced 2025-07-18 16:49:13 +00:00
[1.0.X] Fixed #10795: added a link to model formsets docs from the formsets 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
This commit is contained in:
parent
ce369dce13
commit
91a17a843f
@ -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
|
||||
------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user