Commit 06a880f7 authored by Justin Bronn's avatar Justin Bronn
Browse files

Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. ...

Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs.  Thanks, rctay and unbracketed.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@12528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent bca753e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1026,7 +1026,7 @@ many possibilities of customization. Inlines are built around
~~~~~~~~

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