summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.1.txt')
-rw-r--r--docs/releases/4.1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 72c1c15c7a..9dff4784cb 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -74,6 +74,9 @@ Minor features
* The default iteration count for the PBKDF2 password hasher is increased from
320,000 to 390,000.
+* The :meth:`.RemoteUserBackend.configure_user` method now allows synchronizing
+ user attributes with attributes in a remote system such as an LDAP directory.
+
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -493,6 +496,10 @@ Miscellaneous
* Passing unsaved model instances to related filters is deprecated. In Django
5.0, the exception will be raised.
+* ``created=True`` is added to the signature of
+ :meth:`.RemoteUserBackend.configure_user`. Support for ``RemoteUserBackend``
+ subclasses that do not accept this argument is deprecated.
+
Features removed in 4.1
=======================