Skip to content

Commit 06a880f

Browse files
committed
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
1 parent bca753e commit 06a880f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/contrib/admin/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ many possibilities of customization. Inlines are built around
10261026
~~~~~~~~
10271027

10281028
The value for ``form`` defaults to ``BaseModelForm``. This is what is
1029-
passed through to ``formset_factory`` when creating the formset for this
1029+
passed through to ``inlineformset_factory`` when creating the formset for this
10301030
inline.
10311031

10321032
``extra``

0 commit comments

Comments
 (0)