From c6725d69a2b7f00653886f0aeae301b7ce0baf69 Mon Sep 17 00:00:00 2001 From: Maxime Lorant Date: Wed, 11 Jun 2014 23:13:34 +0200 Subject: [PATCH] [1.7.x] Fixed typo in docs/ref/forms/validation.txt. Backport of c307383ec9 from master --- docs/ref/forms/validation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.