summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2024-08-28 19:55:30 +0100
committerGitHub <noreply@github.com>2024-08-28 15:55:30 -0300
commit26a67943ac5c2f196621220b24f4314d84471d07 (patch)
tree865d3fa97c6833f49baaa8a11217586795bc26e1 /docs/ref
parent920efe503f8a1b16a497a792075c987080f3280a (diff)
Removed outdated note about lack of subquery support in MySQL.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/querysets.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index d708e05a79..c6af3dd7f0 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -1599,9 +1599,7 @@ of the arguments is required, but you should use at least one of them.
FROM blog_blog;
Note that the parentheses required by most database engines around
- subqueries are not required in Django's ``select`` clauses. Also note
- that some database backends, such as some MySQL versions, don't support
- subqueries.
+ subqueries are not required in Django's ``select`` clauses.
In some rare cases, you might wish to pass parameters to the SQL
fragments in ``extra(select=...)``. For this purpose, use the