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:55:00 +0200 |
| commit | a4eb07ac06fa629f13fe757cda730f77dbf46074 (patch) | |
| tree | f3a3324c72fc77351d6a2d70a3f5b2bf9047efc8 /docs | |
| parent | c7fdc790cfebe52371e04c03164ac5ab93ac3e67 (diff) | |
[3.1.x] Fixed typo in MiddlewareMixin deprecation note.
Backport of e513fb0e77baf2ebcbf2cbe366bdf0228d01119f from main.
Diffstat (limited to 'docs')
| -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 9926222d23..770288a3a5 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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``. |
