[3.1.x] Fixed typo in MiddlewareMixin deprecation note.
Backport of e513fb0e77
from main.
This commit is contained in:
parent
c7fdc790cf
commit
a4eb07ac06
|
@ -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``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue