From a4eb07ac06fa629f13fe757cda730f77dbf46074 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 26 May 2021 20:01:09 +0100 Subject: [PATCH] [3.1.x] Fixed typo in MiddlewareMixin deprecation note. Backport of e513fb0e77baf2ebcbf2cbe366bdf0228d01119f from main. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 9926222d23..770288a3a5 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -67,7 +67,7 @@ details on these changes. * Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm) will be removed. -* The ``get_request`` argument for +* The ``get_response`` argument for ``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and won't accept ``None``.