mirror of
https://github.com/django/django.git
synced 2025-01-23 08:39:17 +00:00
5c481db295
Added relabeled_clone() method to sql.Query to fix the problem. It manifested itself in rare cases where at least double nested subquery's filter condition might target non-existing alias. Thanks to Trac alias ris for reporting the problem.