summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-02-23 15:11:01 +0000
committerJustin Bronn <jbronn@gmail.com>2010-02-23 15:11:01 +0000
commitc702e262ff7258773424b2842f49ae472d0c9f7b (patch)
tree9d62a061e7d8bdf84e0e7be264194a0275358c01 /docs/ref
parentfd0c3656907f06d860ed7bb07daa1ae2c5bf9e11 (diff)
[1.1.X] Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. Thanks, rctay and unbracketed.
Backport of r12527 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index bd201b2312..ca0e136091 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -977,7 +977,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``