mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
This commit is contained in:
parent
4ca2820ff5
commit
db1b10ef0d
7 changed files with 100 additions and 9 deletions
|
@ -29,6 +29,9 @@ details on these changes.
|
|||
* ``django.contrib.staticfiles.storage.CachedStaticFilesStorage`` will be
|
||||
removed.
|
||||
|
||||
* ``RemoteUserBackend.configure_user()`` will require ``request`` as the first
|
||||
positional argument.
|
||||
|
||||
.. _deprecation-removed-in-3.0:
|
||||
|
||||
3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue