From b2ff1655fcdb5c7827ab131642991e4195adaf6b Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 26 May 2021 20:01:09 +0100 Subject: [PATCH] [3.2.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 d0d9c45f7e5..6075ae32c51 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -94,7 +94,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``.