diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-05-26 20:01:09 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-27 06:54:00 +0200 |
| commit | b2ff1655fcdb5c7827ab131642991e4195adaf6b (patch) | |
| tree | d6f80c19521cda5163c38494ce877d2ebed270d2 | |
| parent | 246a31a843dc7ea7b49d6a4491cb035776224194 (diff) | |
[3.2.x] Fixed typo in MiddlewareMixin deprecation note.
Backport of e513fb0e77baf2ebcbf2cbe366bdf0228d01119f from main.
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index d0d9c45f7e..6075ae32c5 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``. |
