django/tests/regressiontests/extra_regress
Malcolm Tredinnick baa960209f Fixed Queryset.dates() in the presence of extra-select columns.
Any extra(select=...) columns can be ignored in the SQL for dates, since we are
only interested in extracting distinct date values. We were previously
including them by accident and it was generating incorrect SQL.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-28 04:36:10 +00:00
..
__init__.py Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are merged. 2008-06-30 06:24:21 +00:00
models.py Fixed Queryset.dates() in the presence of extra-select columns. 2008-09-28 04:36:10 +00:00