Author: russellm
Date: 2009-06-18 09:15:27 -0500 (Thu, 18 Jun 2009)
New Revision: 11059

Modified:
   django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt
Log:
[1.0.X] Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant 
for the report.

Merge of r11047 from trunk.

Modified: django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt
===================================================================
--- django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt     
2009-06-18 14:14:52 UTC (rev 11058)
+++ django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt     
2009-06-18 14:15:27 UTC (rev 11059)
@@ -579,7 +579,7 @@
 the unique constraints on your model (either ``unique``, ``unique_together`` or
 ``unique_for_date|month|year``).  If you want to overide the ``clean()`` method
 on a ``model_formset`` and maintain this validation, you must call the parent
-classes ``clean`` method::
+class's ``clean`` method::
 
     class MyModelFormSet(BaseModelFormSet):
         def clean(self):


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

Reply via email to