Skip to content

Commit

Permalink
[3.2.x] Fixed typo in MiddlewareMixin deprecation note.
Browse files Browse the repository at this point in the history
Backport of e513fb0 from main.
  • Loading branch information
ngnpope authored and felixxm committed May 27, 2021
1 parent 246a31a commit b2ff165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/deprecation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit b2ff165

Please sign in to comment.