diff options
| author | Maxime Lorant <maxime.lorant@gmail.com> | 2014-06-11 23:13:34 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-11 17:18:03 -0400 |
| commit | c6725d69a2b7f00653886f0aeae301b7ce0baf69 (patch) | |
| tree | 6ebf2ab381041b4ef078c6170272530e79cfaf72 /docs | |
| parent | 8c20f4af12d1f0f4798467dfac33858d05bfc182 (diff) | |
[1.7.x] Fixed typo in docs/ref/forms/validation.txt.
Backport of c307383ec9 from master
Diffstat (limited to 'docs')
| -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 0f6b98af03..664f4f3cca 100644 --- a/docs/ref/forms/validation.txt +++ b/docs/ref/forms/validation.txt @@ -414,5 +414,5 @@ sample) looks like this:: The second argument of ``add_error()`` can be a simple string, or preferably an instance of ``ValidationError``. See :ref:`raising-validation-error` for -more details. Note that ``add_error()` automatically removes the field +more details. Note that ``add_error()`` automatically removes the field from ``cleaned_data``. |
