Kaydet (Commit) 013ce8ac authored tarafından Simon Meers's avatar Simon Meers

Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks…

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
üst fe769553
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment