Fixed #4547 -- Included a fix missed in [5468].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1e57d6ccf0
commit
88632cd7f9
|
@ -1293,7 +1293,7 @@ dictionary.
|
||||||
The previous paragraph means that if you are overriding ``Form.clean()``, you
|
The previous paragraph means that if you are overriding ``Form.clean()``, you
|
||||||
should iterate through ``self.cleaned_data.items()``, possibly considering the
|
should iterate through ``self.cleaned_data.items()``, possibly considering the
|
||||||
``_errors`` dictionary attribute on the form as well. In this way, you will
|
``_errors`` dictionary attribute on the form as well. In this way, you will
|
||||||
already know which fields have passed thei individual validation requirements.
|
already know which fields have passed their individual validation requirements.
|
||||||
|
|
||||||
A simple example
|
A simple example
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue