summaryrefslogtreecommitdiff
path: root/docs/topics/forms/formsets.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-12-23 00:01:09 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-12-23 00:01:09 +0000
commitc56535295466e201e330c5d36f04542636f0f6bb (patch)
tree4544cd27cc238fef9688a55bb2d517d5b81a1e26 /docs/topics/forms/formsets.txt
parentd66e63f2dc2a5fab29c93e3ca2850a67e30e18f8 (diff)
Fixed #9780 -- Fixed an undefined internal link in the model forms documentation, thanks ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/forms/formsets.txt')
-rw-r--r--docs/topics/forms/formsets.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt
index 61c2ad377a..c72b0f3c63 100644
--- a/docs/topics/forms/formsets.txt
+++ b/docs/topics/forms/formsets.txt
@@ -110,6 +110,8 @@ attempt to provide an article, but fail to do so::
As we can see the formset properly performed validation and gave us the
expected errors.
+.. _understanding-the-managementform:
+
Understanding the ManagementForm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~