summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/mixins-multiple-object.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/class-based-views/mixins-multiple-object.txt')
-rw-r--r--docs/ref/class-based-views/mixins-multiple-object.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/class-based-views/mixins-multiple-object.txt b/docs/ref/class-based-views/mixins-multiple-object.txt
index 8d64604841..6c4cdadedf 100644
--- a/docs/ref/class-based-views/mixins-multiple-object.txt
+++ b/docs/ref/class-based-views/mixins-multiple-object.txt
@@ -74,8 +74,6 @@ MultipleObjectMixin
.. attribute:: ordering
- .. versionadded:: 1.8
-
A string or list of strings specifying the ordering to apply to the ``queryset``.
Valid values are the same as those for :meth:`~django.db.models.query.QuerySet.order_by`.
@@ -120,8 +118,6 @@ MultipleObjectMixin
.. method:: get_ordering()
- .. versionadded:: 1.8
-
Returns a string (or iterable of strings) that defines the ordering that
will be applied to the ``queryset``.