Skip to content

Commit

Permalink
Removed outdated note about lack of subquery support in MySQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Aug 28, 2024
1 parent 920efe5 commit 26a6794
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/ref/models/querysets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26a6794

Please sign in to comment.