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

Backport of 38ab0f13fa from master
This commit is contained in:
Alasdair Nicol 2014-11-20 15:35:36 +00:00 committed by Tim Graham
parent 614dd44d0d
commit 61be9373af
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ overridden:
just returns ``self.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 ``Form.clean()`` override will not