diff options
Diffstat (limited to 'docs/ref/exceptions.txt')
| -rw-r--r-- | docs/ref/exceptions.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt index 2f5aa64b9d..0355dd5280 100644 --- a/docs/ref/exceptions.txt +++ b/docs/ref/exceptions.txt @@ -167,8 +167,6 @@ list of errors. .. exception:: BadRequest - .. versionadded:: 3.2 - The :exc:`BadRequest` exception is raised when the request cannot be processed due to a client error. If a ``BadRequest`` exception reaches the ASGI/WSGI handler level it results in a @@ -295,8 +293,6 @@ Sessions exceptions are defined in ``django.contrib.sessions.exceptions``. .. exception:: SessionInterrupted - .. versionadded:: 3.2 - :exc:`SessionInterrupted` is raised when a session is destroyed in a concurrent request. It's a subclass of :exc:`~django.core.exceptions.BadRequest`. |
