summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2014-11-20 15:35:36 +0000
committerTim Graham <timograham@gmail.com>2014-11-20 11:10:09 -0500
commit61be9373af859931129b76e0a6138b47c2f82a83 (patch)
treee8f9efc64147b63359c3af58e242e089eef6b46b
parent614dd44d0d2e5f8f12256835c3453f420f54c3b4 (diff)
[1.6.x] Added missing backticks to form validation docs
Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master
-rw-r--r--docs/ref/forms/validation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt
index 1a1d2bd8c7..7111073b5f 100644
--- a/docs/ref/forms/validation.txt
+++ b/docs/ref/forms/validation.txt
@@ -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