Author: jbronn
Date: 2010-02-23 09:11:01 -0600 (Tue, 23 Feb 2010)
New Revision: 12529

Modified:
   django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt
Log:
[1.1.X] Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` 
docs.  Thanks, rctay and unbracketed.

Backport of r12527 from trunk.


Modified: django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt
===================================================================
--- django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt     
2010-02-23 15:09:52 UTC (rev 12528)
+++ django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt     
2010-02-23 15:11:01 UTC (rev 12529)
@@ -977,7 +977,7 @@
 ~~~~~~~~
 
 The value for ``form`` defaults to ``BaseModelForm``. This is what is
-passed through to ``formset_factory`` when creating the formset for this
+passed through to ``inlineformset_factory`` when creating the formset for this
 inline.
 
 ``extra``

-- 
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