1
0
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:
Mariusz Felisiak
2019-09-07 15:58:49 +02:00
parent b61ea56789
commit d17be88afd
3 changed files with 4 additions and 65 deletions

View File

@@ -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.