mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed a number of minor misspellings.
This commit is contained in:
parent
ca39c0a6be
commit
47c755327b
28 changed files with 31 additions and 31 deletions
|
|
@ -118,7 +118,7 @@ validation for your own manually created models. For example::
|
|||
article.full_clean()
|
||||
except ValidationError as e:
|
||||
# Do something based on the errors contained in e.message_dict.
|
||||
# Display them to a user, or handle them programatically.
|
||||
# Display them to a user, or handle them programmatically.
|
||||
pass
|
||||
|
||||
The first step ``full_clean()`` performs is to clean each individual field.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue