diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-10 13:11:09 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-10 13:11:09 +0000 |
| commit | efa495f4f0df5f82bd1f930fec78b55af7596b4d (patch) | |
| tree | f2ff7c0a2d7276df65fd1dcd8ac7ea8141901e88 | |
| parent | d12130a72c3efa297133c85c814fb966122494ea (diff) | |
Fixed #13002 -- Corrected description of the default form base class in InlineModelAdmin classes. Thanks to stijn@typograaf.be for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index e9784a584a..cb87ebb1a2 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1049,7 +1049,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. |
