summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/contenttypes.txt25
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``.