1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests/queries
Anssi Kääriäinen 5c481db295 Fixed #23605 -- Fixed nested subquery regression
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.
2014-11-20 13:38:08 -05:00
..
__init__.py
models.py Fixed #23605 -- Fixed nested subquery regression 2014-11-20 13:38:08 -05:00
tests.py Fixed #23605 -- Fixed nested subquery regression 2014-11-20 13:38:08 -05:00