summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 6b94bc1a3a..2d7a72ae2f 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -52,6 +52,10 @@ details on these changes.
* Support for the pre-Django 3.1 password reset tokens in the admin site (that
use the SHA-1 hashing algorithm) will be removed.
+* The ``get_request`` argument for
+ ``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and
+ won't accept ``None``.
+
See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
details on these changes.