From d17be88afd5f5e1059491e10408ba239e2e99fe2 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 7 Sep 2019 15:58:49 +0200 Subject: Refs #30037 -- Required the RemoteUserBackend.configure_user() to have request as the first positional argument. Per deprecation timeline. --- docs/releases/3.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 3f7e7f261b..5f6af788ce 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -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. -- cgit v1.3