Ticket #14493: typo.patch
File typo.patch, 590 bytes (added by , 14 years ago) |
---|
-
docs/ref/models/instances.txt
70 70 try: 71 71 article.full_clean() 72 72 except ValidationError, e: 73 # Do something based on the errors contained in e. error_dict.73 # Do something based on the errors contained in e.message_dict. 74 74 # Display them to a user, or handle them programatically. 75 75 76 76 The first step ``full_clean()`` performs is to clean each individual field.