summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2025-09-19 12:27:05 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-09-30 08:46:28 +0200
commit8b241f84e25f679c459393dab2947c8354eb01a9 (patch)
treeed056969aaa65e2989fa74f1f6cc50cf0bbd180e /docs/internals
parentd29852ae725f673843c46085bb51cbc740d374d7 (diff)
Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.
Thanks to Jacob Walls and Simon Charette for their input. co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index f2a6e9b545..2473d2b4f7 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -56,7 +56,8 @@ details on these changes.
See the :ref:`Django 6.1 release notes <deprecated-features-6.1>` for more
details on these changes.
-* ...
+* Calling :meth:`.QuerySet.values_list` with ``flat=True`` and no field name
+ will raise ``TypeError``.
.. _deprecation-removed-in-6.1: