summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt
index 54a31115f0..f9f7c3c498 100644
--- a/docs/ref/exceptions.txt
+++ b/docs/ref/exceptions.txt
@@ -47,8 +47,6 @@ Django core exception classes are defined in ``django.core.exceptions``.
.. exception:: FullResultSet
-.. versionadded:: 4.2
-
``FullResultSet`` may be raised during query generation if a query will
match everything. Most Django projects won't encounter this exception, but
it might be useful for implementing custom lookups and expressions.
@@ -102,10 +100,6 @@ Django core exception classes are defined in ``django.core.exceptions``.
a :class:`~django.http.HttpResponseBadRequest`. See the :doc:`logging
documentation </topics/logging/>` for more information.
-.. versionchanged:: 3.2.18
-
- ``SuspiciousOperation`` is raised when too many files are submitted.
-
``PermissionDenied``
--------------------