diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-04-28 01:46:46 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-04-28 01:46:46 +0000 |
| commit | 013ce8aca2c0637ab53c2f94356111bfbb066668 (patch) | |
| tree | eb75543527b65f0f96d198b13c9cb0cfd12f2553 | |
| parent | fe7695533d00d4e593bcdba09f20da167bd27e7a (diff) | |
Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leonelfreire for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 2 |
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 |
