summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2009-05-14 02:13:08 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2009-05-14 02:13:08 +0000
commitfc458dd710a4306593956590cf261eeca6311c3d (patch)
tree8548018df59f1ec0f086194a1d8379af0093aa97
parentbc514fe87e42d78c665569ed24a8ca6dd487a1d6 (diff)
downloaddjango-fc458dd710a4306593956590cf261eeca6311c3d.tar.gz
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
-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 aa601c2ce5..8e90b54ced 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
------------------------------------