1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

[1.7.x] Added missing backticks to form validation docs

Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master
This commit is contained in:
Alasdair Nicol 2014-11-20 15:35:36 +00:00 committed by Tim Graham
parent 593353d8af
commit 2e2607870d

View File

@ -81,7 +81,7 @@ overridden:
which will be used as the ``cleaned_data``.
Since the field validation methods have been run by the time ``clean()`` is
called, you also have access to the form's errors attribute which
called, you also have access to the form's ``errors`` attribute which
contains all the errors raised by cleaning of individual fields.
Note that any errors raised by your :meth:`Form.clean()` override will not