summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2024-08-28 19:55:30 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2024-08-28 15:56:35 -0300
commitfcb71a76cc1f599f7abbce33e52d4e609d936b40 (patch)
tree4fa07f4c04e6faa5dc5743994e4d4a39e665ee66
parent9b09a4fd95310eb4d41430bdd5972047184b3aab (diff)
[5.1.x] Removed outdated note about lack of subquery support in MySQL.
Backport of 26a67943ac5c2f196621220b24f4314d84471d07 from main.
-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 3f9e90da20..9778140dd2 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -1595,9 +1595,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