mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.
This commit is contained in:
parent
67b5f506a6
commit
d90e34c61b
6 changed files with 93 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue