Author: jkocherhans
Date: 2010-01-12 08:04:04 -0600 (Tue, 12 Jan 2010)
New Revision: 12209

Modified:
   django/trunk/docs/ref/models/instances.txt
Log:
Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus.

Modified: django/trunk/docs/ref/models/instances.txt
===================================================================
--- django/trunk/docs/ref/models/instances.txt  2010-01-12 13:14:32 UTC (rev 
12208)
+++ django/trunk/docs/ref/models/instances.txt  2010-01-12 14:04:04 UTC (rev 
12209)
@@ -59,7 +59,7 @@
 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to