1
0
mirror of https://github.com/django/django.git synced 2025-04-10 08:19:39 +00:00

[3.2.x] Fixed typo in MiddlewareMixin deprecation note.

Backport of e513fb0e77baf2ebcbf2cbe366bdf0228d01119f from main.
This commit is contained in:
Nick Pope 2021-05-26 20:01:09 +01:00 committed by Mariusz Felisiak
parent 246a31a843
commit b2ff1655fc

View File

@ -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``.