summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index a5c5916511..ed82f62640 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -324,3 +324,6 @@ to remove usage of these features.
objects without providing the ``chunk_size`` argument is no longer allowed.
* Passing unsaved model instances to related filters is no longer allowed.
+
+* ``created=True`` is required in the signature of
+ ``RemoteUserBackend.configure_user()`` subclasses.