1
0
mirror of https://github.com/django/django.git synced 2025-02-21 23:05:09 +00:00
Anssi Kääriäinen bd337184f1 Fixed #23877 -- aggregation's subquery missed target col
Aggregation over subquery produced syntactically incorrect queries in
some cases as Django didn't ensure that source expressions of the
aggregation were present in the subquery.
2014-11-27 06:50:08 -05:00
..
2014-11-16 13:19:34 +01:00
2014-10-22 21:21:02 -04:00
2014-11-16 13:19:34 +01:00
2014-11-16 13:19:34 +01:00
2014-10-08 18:10:50 -04:00
2014-10-08 05:11:09 +07:00
2014-08-18 13:44:10 -04:00
2014-11-25 11:20:40 -05:00
2014-11-15 19:47:05 +01:00

To run the test suite::

    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.