summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 21:49:07 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:18 -0400
commit5446b72003790fc98bd926f7196b26cc5db63c5a (patch)
tree0ff9fe34b7f6c1c79e84d8f4fbea52fdfeb0baf3 /docs/ref/exceptions.txt
parent2bd207ada0367debe8c8e298203435d5c88c14bd (diff)
Removed versionadded/changed annotations for 1.11.
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 7057b90804..ee3f5260c9 100644
--- a/docs/ref/exceptions.txt
+++ b/docs/ref/exceptions.txt
@@ -42,10 +42,6 @@ Django core exception classes are defined in ``django.core.exceptions``.
return any results. Most Django projects won't encounter this exception,
but it might be useful for implementing custom lookups and expressions.
- .. versionchanged:: 1.11
-
- In older versions, it's only importable from ``django.db.models.sql``.
-
``FieldDoesNotExist``
---------------------