summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index b40402b117..85c6aa1025 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -120,6 +120,9 @@ details on these changes.
``django.core.signing.base64_hmac()`` will change from ``"sha1"`` to
``"sha256"``.
+* Calling :meth:`.QuerySet.select_related` without arguments will raise
+ :exc:`TypeError`.
+
* :meth:`.QuerySet.select_related` will raise :exc:`TypeError` if passed
``True`` rather than :exc:`AttributeError`.