summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2009-05-14 02:15:53 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2009-05-14 02:15:53 +0000
commit91a17a843fc132e10173fa69d143ac6738b0f43f (patch)
tree0a5329b932b35777fb171000e114c631cdecb88d /docs
parentce369dce138dc51e4cb12dc4548ebd2c46cac015 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/formsets.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt
index 40c7768d87..71620dce9a 100644
--- a/docs/topics/forms/formsets.txt
+++ b/docs/topics/forms/formsets.txt
@@ -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
------------------------------------