From 97237ad3feed80407ed1884ea84cf00fd9fea367 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 16 Sep 2021 07:43:34 +0200 Subject: Removed versionadded/changed annotations for 3.2. --- docs/ref/exceptions.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/ref/exceptions.txt') 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`. -- cgit v1.3