mirror of https://github.com/django/django.git
[1.5.x] Added an anchor for django.forms.Form.clean in docs
Backport of 8442268869
from master
This commit is contained in:
parent
d8dc2b123d
commit
70cf70ad21
|
@ -272,6 +272,8 @@ write a cleaning method that operates on the ``recipients`` field, like so::
|
||||||
Cleaning and validating fields that depend on each other
|
Cleaning and validating fields that depend on each other
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. method:: django.forms.Form.clean
|
||||||
|
|
||||||
Suppose we add another requirement to our contact form: if the ``cc_myself``
|
Suppose we add another requirement to our contact form: if the ``cc_myself``
|
||||||
field is ``True``, the ``subject`` must contain the word ``"help"``. We are
|
field is ``True``, the ``subject`` must contain the word ``"help"``. We are
|
||||||
performing validation on more than one field at a time, so the form's
|
performing validation on more than one field at a time, so the form's
|
||||||
|
|
Loading…
Reference in New Issue