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:17:21 -0400 |
| commit | c307383ec9d30cd59f858cfdad9621a4d5adf200 (patch) | |
| tree | 5f085de3a960f5a0f5153be2b25ac1f02918242a /docs/ref | |
| parent | 2e4d667ec1ebcc433353ee191f239e528a44c56f (diff) | |
Fixed typo in docs/ref/forms/validation.txt.
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 63fc6f2658..6271749845 100644 --- a/docs/ref/forms/validation.txt +++ b/docs/ref/forms/validation.txt @@ -412,5 +412,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``. |
