Author: jkocherhans
Date: 2009-03-31 20:29:30 -0500 (Tue, 31 Mar 2009)
New Revision: 10309

Modified:
   django/trunk/docs/ref/contrib/admin/index.txt
Log:
Fixed #9452. InlineModelAdmin docs now mention the right default for 'form'.

Modified: django/trunk/docs/ref/contrib/admin/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/index.txt       2009-04-01 00:10:40 UTC 
(rev 10308)
+++ django/trunk/docs/ref/contrib/admin/index.txt       2009-04-01 01:29:30 UTC 
(rev 10309)
@@ -887,7 +887,7 @@
 ``form``
 ~~~~~~~~
 
-The value for ``form`` is inherited from ``ModelAdmin``. This is what is
+The value for ``form`` defaults to ``BaseModelForm``. This is what is
 passed through to ``formset_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-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