Skip to content

Commit a858374

Browse files
committed
[1.1.X] Fixed django#13002 -- Corrected description of the default form base class in InlineModelAdmin classes. Thanks to [email protected] for the report, and timo for the patch.
Backport of r13209 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 5a43a33 commit a858374

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
@@ -993,7 +993,7 @@ many possibilities of customization. Inlines are built around
993993
``form``
994994
~~~~~~~~
995995

996-
The value for ``form`` defaults to ``BaseModelForm``. This is what is
996+
The value for ``form`` defaults to ``ModelForm``. This is what is
997997
passed through to ``inlineformset_factory`` when creating the formset for this
998998
inline.
999999

0 commit comments

Comments
 (0)