diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-02-23 15:09:52 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-02-23 15:09:52 +0000 |
| commit | 06a880f7305e589cc1d50f145fe55faeda94f9a8 (patch) | |
| tree | b4f7a2ddf9a6a75967732e846848386e131b84c8 /docs | |
| parent | bca753e283366101991dbc1758b66fd9339ba32d (diff) | |
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
Diffstat (limited to 'docs')
| -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 cacadfd4ad..383912041a 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1026,7 +1026,7 @@ many possibilities of customization. Inlines are built around ~~~~~~~~ The value for ``form`` defaults to ``BaseModelForm``. This is what is -passed through to ``formset_factory`` when creating the formset for this +passed through to ``inlineformset_factory`` when creating the formset for this inline. ``extra`` |
