summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-11 09:57:44 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-18 22:12:40 +0200
commit295467c04ab4c26a1a9d3798b1e941003fa116cf (patch)
treeeac57d86bd2c1664b63d17a4325cfffbf720ae44 /docs/ref/exceptions.txt
parent590a31eb105292510ce94adebc85d691b30f49ca (diff)
Removed versionadded/changed annotations for 4.2.
This also removes remaining versionadded/changed annotations for older versions.
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``
--------------------