From d90e34c61b27fba2527834806639eebbcfab9631 Mon Sep 17 00:00:00 2001 From: Adrian Torres Date: Fri, 4 Mar 2022 11:04:07 +0100 Subject: Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend. --- 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 11f69b1844..2c85eafc85 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -87,6 +87,9 @@ details on these changes. * Passing unsaved model instances to related filters will no longer be allowed. +* ``created=True`` will be required in the signature of + ``RemoteUserBackend.configure_user()`` subclasses. + .. _deprecation-removed-in-4.1: 4.1 -- cgit v1.3