diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2014-11-20 15:35:36 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-20 11:09:57 -0500 |
| commit | 2e2607870d6201f305e56ab4117bbce2fef63f17 (patch) | |
| tree | 5599f7b0f26e9942d40b823941d96564f089e781 /docs/ref | |
| parent | 593353d8af5b4b8d1a1e627712fe68ed593961d0 (diff) | |
[1.7.x] Added missing backticks to form validation docs
Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/validation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt index 3c501440d3..7f25a4e57e 100644 --- a/docs/ref/forms/validation.txt +++ b/docs/ref/forms/validation.txt @@ -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 |
