summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.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/exceptions.txt
parent48e7787db599b0103daf70f0ff4968d90b8540aa (diff)
Removed versionadded/changed annotations for 1.8.
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 46a0c81c22..f847019c52 100644
--- a/docs/ref/exceptions.txt
+++ b/docs/ref/exceptions.txt
@@ -33,11 +33,6 @@ Django core exception classes are defined in ``django.core.exceptions``.
``_meta.get_field()`` method when the requested field does not exist on the
model or on the model's parents.
- .. versionchanged:: 1.8
-
- This exception was previously defined only in
- ``django.db.models.fields`` and wasn't part of the public API.
-
``MultipleObjectsReturned``
---------------------------
@@ -250,8 +245,6 @@ Exceptions provided by the ``django.test`` package.
.. exception:: client.RedirectCycleError
- .. versionadded:: 1.8
-
:exc:`~client.RedirectCycleError` is raised when the test client detects a
loop or an overly long chain of redirects.