summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2011-04-28 01:47:21 +0000
committerSimon Meers <simon@simonmeers.com>2011-04-28 01:47:21 +0000
commit5aeeafba26e413eb36bca5a73240ce45ae4ca46f (patch)
tree83b6202df5cc4d9d6679fe35a3bb2fa20fd5667f /docs
parent637cf5de3a5f6666b6d4527b7dcb0c76dd5e0595 (diff)
[1.3.X] Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leonelfreire for the report.
Backport of r16113 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/contenttypes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt
index e232289385..cafbaf4a62 100644
--- a/docs/ref/contrib/contenttypes.txt
+++ b/docs/ref/contrib/contenttypes.txt
@@ -406,7 +406,7 @@ Generic relations in forms and admin
------------------------------------
The :mod:`django.contrib.contenttypes.generic` module provides
-:class:`~django.contrib.contenttypes.generic.GenericInlineFormSet`,
+:class:`~django.contrib.contenttypes.generic.BaseGenericInlineFormSet`,
:class:`~django.contrib.contenttypes.generic.GenericTabularInline`
and :class:`~django.contrib.contenttypes.generic.GenericStackedInline`
(the last two are subclasses of