Author: jbronn Date: 2010-02-23 09:09:52 -0600 (Tue, 23 Feb 2010) New Revision: 12528
Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. Thanks, rctay and unbracketed. Modified: django/trunk/docs/ref/contrib/admin/index.txt =================================================================== --- django/trunk/docs/ref/contrib/admin/index.txt 2010-02-23 15:00:33 UTC (rev 12527) +++ django/trunk/docs/ref/contrib/admin/index.txt 2010-02-23 15:09:52 UTC (rev 12528) @@ -1026,7 +1026,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.
