Navigation Menu

Skip to content

Commit

Permalink
[1.1.X] Fixed #13002 -- Corrected description of the default form bas…
Browse files Browse the repository at this point in the history
…e class in InlineModelAdmin classes. Thanks to stijn@typograaf.be 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
  • Loading branch information
freakboy3742 committed May 10, 2010
1 parent 5a43a33 commit a858374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/admin/index.txt
Expand Up @@ -993,7 +993,7 @@ many possibilities of customization. Inlines are built around
``form``
~~~~~~~~

The value for ``form`` defaults to ``BaseModelForm``. This is what is
The value for ``form`` defaults to ``ModelForm``. This is what is
passed through to ``inlineformset_factory`` when creating the formset for this
inline.

Expand Down

0 comments on commit a858374

Please sign in to comment.