mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #16014 -- numerous documentation typos -- thanks psmith.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
df6e031408
commit
5ecb88c146
27 changed files with 40 additions and 40 deletions
|
@ -361,6 +361,6 @@ considering aren't valid, we must remember to remove them from the
|
|||
``cleaned_data``.
|
||||
|
||||
In fact, Django will currently completely wipe out the ``cleaned_data``
|
||||
dictionary if there are any errors in the form. However, this behaviour may
|
||||
dictionary if there are any errors in the form. However, this behavior may
|
||||
change in the future, so it's not a bad idea to clean up after yourself in the
|
||||
first place.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue