mirror of
https://github.com/django/django.git
synced 2025-01-24 00:59:20 +00:00
80e68ee2ff
The ticket dealt with a case where one query had .exclude() that produced a subquery, the other query had a join to the same model that was subqueried in the first query. This was already fixed in master, so only test added.