mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #30037 -- Required the RemoteUserBackend.configure_user() to have request as the first positional argument.
Per deprecation timeline.
This commit is contained in:
@@ -241,5 +241,8 @@ to remove usage of these features.
|
||||
|
||||
* ``django.contrib.staticfiles.storage.CachedStaticFilesStorage`` is removed.
|
||||
|
||||
* The ``RemoteUserBackend.configure_user()`` method requires ``request`` as the
|
||||
first positional argument.
|
||||
|
||||
* Support for ``SimpleTestCase.allow_database_queries`` and
|
||||
``TransactionTestCase.multi_db`` is removed.
|
||||
|
||||
Reference in New Issue
Block a user