diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 487ec33f5e7..7910d242c02 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -59,7 +59,7 @@ compatibility.) Example:: try: - article.full_validate() + article.full_clean() except ValidationError, e: # Do something based on the errors contained in e.error_dict. # Display them to a user, or handle them programatically.