diff options
| author | Adrian Torres <atorresj@redhat.com> | 2022-03-04 11:04:07 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-10 12:57:19 +0100 |
| commit | d90e34c61b27fba2527834806639eebbcfab9631 (patch) | |
| tree | ccabe70ea9bdea8e14b5b878f3608365873ceb46 /docs/internals | |
| parent | 67b5f506a600a54658405cf821c14ada4080e61f (diff) | |
Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
