1
0
mirror of https://github.com/django/django.git synced 2025-02-04 22:47:53 +00:00
Anssi Kääriäinen d467e11785 Fixed #20507 -- SubqueryConstraint alias relabeling
The SubqueryConstraint defined relabeled_clone(), but that was never
called. Instead there is now clone() and relabel_aliases() methods for
SubqueryConstraint.

A related problem was that SubqueryConstraint didn't correctly use
quote_name_unless_alias() of the outer query. This resulted in failures
when running under PostgreSQL.
2013-05-27 12:25:29 +03:00
..
2013-05-21 10:42:15 +01:00
2013-05-21 10:42:15 +01:00
2013-05-21 10:42:15 +01:00
2013-05-21 10:42:15 +01:00
2013-05-21 10:42:15 +01:00
2013-05-19 20:53:49 +03:00
2013-05-21 10:42:15 +01:00
2013-02-26 14:36:57 +01:00
2013-02-26 10:00:14 +01:00