diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-18 13:11:31 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-18 13:11:31 -0500 |
| commit | 3b89d2d540a96ffd33c294b576147ff800b16632 (patch) | |
| tree | aa63b4d52aa76734d1465879e5c0bdba48c242e7 /docs | |
| parent | d029fafea1a1f2f257397fbcd0fa3b531e09854f (diff) | |
Removed contrib.contenttypes.generic per deprecation timeline; refs #19774.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/contenttypes.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index b9610c3abc..e4b2517822 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -299,11 +299,6 @@ model: is ``True``. This mirrors the ``for_concrete_model`` argument to :meth:`~django.contrib.contenttypes.models.ContentTypeManager.get_for_model`. - .. versionchanged:: 1.7 - - This class used to be defined in ``django.contrib.contenttypes.generic``. - - .. admonition:: Primary key type compatibility The "object_id" field doesn't have to be the same type as the @@ -369,10 +364,6 @@ Reverse generic relations .. class:: GenericRelation - .. versionchanged:: 1.7 - - This class used to be defined in ``django.contrib.contenttypes.generic``. - .. attribute:: related_query_name .. versionadded:: 1.7 @@ -496,10 +487,6 @@ The :mod:`django.contrib.contenttypes.forms` module provides: .. class:: BaseGenericInlineFormSet - .. versionchanged:: 1.7 - - This class used to be defined in ``django.contrib.contenttypes.generic``. - .. function:: generic_inlineformset_factory(model, form=ModelForm, formset=BaseGenericInlineFormSet, ct_field="content_type", fk_field="object_id", fields=None, exclude=None, extra=3, can_order=False, can_delete=True, max_num=None, formfield_callback=None, validate_max=False, for_concrete_model=True, min_num=None, validate_min=False) Returns a ``GenericInlineFormSet`` using @@ -517,10 +504,6 @@ The :mod:`django.contrib.contenttypes.forms` module provides: .. versionchanged:: 1.7 - This function used to be defined in ``django.contrib.contenttypes.generic``. - - .. versionchanged:: 1.7 - ``min_num`` and ``validate_min`` were added. @@ -557,16 +540,8 @@ information. The name of the integer field that represents the ID of the related object. Defaults to ``object_id``. - .. versionchanged:: 1.7 - - This class used to be defined in ``django.contrib.contenttypes.generic``. - .. class:: GenericTabularInline .. class:: GenericStackedInline Subclasses of :class:`GenericInlineModelAdmin` with stacked and tabular layouts, respectively. - - .. versionchanged:: 1.7 - - These classes used to be defined in ``django.contrib.contenttypes.generic``. |
