Skip to content

Commit efa495f

Browse files
committed
Fixed #13002 -- Corrected description of the default form base class in InlineModelAdmin classes. Thanks to [email protected] for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent d12130a commit efa495f

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
@@ -1049,7 +1049,7 @@ many possibilities of customization. Inlines are built around
10491049
``form``
10501050
~~~~~~~~
10511051

1052-
The value for ``form`` defaults to ``BaseModelForm``. This is what is
1052+
The value for ``form`` defaults to ``ModelForm``. This is what is
10531053
passed through to ``inlineformset_factory`` when creating the formset for this
10541054
inline.
10551055

0 commit comments

Comments
 (0)