1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/queries
2010-11-26 14:24:08 +00:00
..
__init__.py
models.py Converted queries tests from doctests to unittests. 2010-10-19 04:07:22 +00:00
tests.py Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_list() and changing whether the results are flat, b) fixed an issue with fields on the left-hand side of what becomes the HAVING clause not being included in the GROUP BY clause, and c) fixed a bug with fields from values() calls not being included in the GROUP BY clause. This fixed the recent test failures under postgresql. 2010-11-26 14:24:08 +00:00