summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-09-26 13:54:26 -0400
committerTim Graham <timograham@gmail.com>2016-09-26 13:55:39 -0400
commit8d233a2132c20d85f4e863a3eb62168f667c45df (patch)
tree5755574f162049b9a169262a4c9c4dfb930da185 /docs
parentc6a3109e2035b3a2f1ea361dde7098b3164f18b1 (diff)
Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/formsets.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt
index fcfa899929..3cae784dcc 100644
--- a/docs/topics/forms/formsets.txt
+++ b/docs/topics/forms/formsets.txt
@@ -296,8 +296,6 @@ The formset ``clean`` method is called after all the ``Form.clean`` methods
have been called. The errors will be found using the ``non_form_errors()``
method on the formset.
-.. _validate_max:
-
Validating the number of forms in a formset
===========================================
@@ -305,6 +303,8 @@ Django provides a couple ways to validate the minimum or maximum number of
submitted forms. Applications which need more customizable validation of the
number of forms should use custom formset validation.
+.. _validate_max:
+
``validate_max``
----------------