mirror of
https://github.com/django/django.git
synced 2025-08-02 10:02:41 +00:00
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
This commit is contained in:
parent
fe7695533d
commit
013ce8aca2
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ Generic relations in forms and admin
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
The :mod:`django.contrib.contenttypes.generic` module provides
|
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`
|
:class:`~django.contrib.contenttypes.generic.GenericTabularInline`
|
||||||
and :class:`~django.contrib.contenttypes.generic.GenericStackedInline`
|
and :class:`~django.contrib.contenttypes.generic.GenericStackedInline`
|
||||||
(the last two are subclasses of
|
(the last two are subclasses of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue