Author: russellm
Date: 2010-05-10 08:11:09 -0500 (Mon, 10 May 2010)
New Revision: 13209

Modified:
   django/trunk/docs/ref/contrib/admin/index.txt
Log:
Fixed #13002 -- Corrected description of the default form base class in 
InlineModelAdmin classes. Thanks to st...@typograaf.be for the report, and timo 
for the patch.

Modified: django/trunk/docs/ref/contrib/admin/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/index.txt       2010-05-10 12:53:51 UTC 
(rev 13208)
+++ django/trunk/docs/ref/contrib/admin/index.txt       2010-05-10 13:11:09 UTC 
(rev 13209)
@@ -1049,7 +1049,7 @@
 ``form``
 ~~~~~~~~
 
-The value for ``form`` defaults to ``BaseModelForm``. This is what is
+The value for ``form`` defaults to ``ModelForm``. This is what is
 passed through to ``inlineformset_factory`` when creating the formset for this
 inline.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@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