From e513fb0e77baf2ebcbf2cbe366bdf0228d01119f Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 26 May 2021 20:01:09 +0100 Subject: Fixed typo in MiddlewareMixin deprecation note. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 00e20b151a..fce022cff9 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -114,7 +114,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``. -- cgit v1.3