summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/mixins-single-object.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-12 16:27:30 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:11 -0400
commit54848a96dd4a196e81f3d71c61caf84ea8b49f4e (patch)
tree0fe3e51fc3f783adc69c46bb0313514f207f71ab /docs/ref/class-based-views/mixins-single-object.txt
parent48e7787db599b0103daf70f0ff4968d90b8540aa (diff)
Removed versionadded/changed annotations for 1.8.
Diffstat (limited to 'docs/ref/class-based-views/mixins-single-object.txt')
-rw-r--r--docs/ref/class-based-views/mixins-single-object.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/ref/class-based-views/mixins-single-object.txt b/docs/ref/class-based-views/mixins-single-object.txt
index 8296064c15..e7370b3ba8 100644
--- a/docs/ref/class-based-views/mixins-single-object.txt
+++ b/docs/ref/class-based-views/mixins-single-object.txt
@@ -53,8 +53,6 @@ SingleObjectMixin
.. attribute:: query_pk_and_slug
- .. versionadded:: 1.8
-
If ``True``, causes :meth:`get_object()` to perform its lookup using
both the primary key and the slug. Defaults to ``False``.
@@ -81,10 +79,8 @@ SingleObjectMixin
:attr:`slug_url_kwarg` argument, and performs a slug lookup using the
:attr:`slug_field`.
- .. versionchanged:: 1.8
-
- When :attr:`query_pk_and_slug` is ``True``, ``get_object()`` will
- perform its lookup using both the primary key and the slug.
+ When :attr:`query_pk_and_slug` is ``True``, ``get_object()`` will
+ perform its lookup using both the primary key and the slug.
.. method:: get_queryset()