From db1b10ef0dcab2b8bacbea4adc681a57bd70b462 Mon Sep 17 00:00:00 2001 From: Joshua Cannon Date: Thu, 13 Dec 2018 10:14:03 -0600 Subject: Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 8c81744e17..0e85e59e8c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3