Fixed #19640 - Added inlineformset_factory to reference docs.

Thanks wim@ for the suggestion.
This commit is contained in:
Tim Graham 2013-01-22 06:46:22 -05:00
parent e535da6865
commit 5b2d9bacd2
3 changed files with 22 additions and 8 deletions

View file

@ -1520,8 +1520,8 @@ The ``InlineModelAdmin`` class adds:
.. attribute:: InlineModelAdmin.form
The value for ``form`` defaults to ``ModelForm``. This is what is passed
through to ``inlineformset_factory`` when creating the formset for this
inline.
through to :func:`~django.forms.models.inlineformset_factory` when
creating the formset for this inline.
.. attribute:: InlineModelAdmin.extra