django1/django/db/models/sql
Malcolm Tredinnick c5bdfab9ae Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-08 05:49:03 +00:00
..
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
constants.py Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions and 2008-09-02 02:16:41 +00:00
datastructures.py Made it possible to pickle DateQuerySets. 2008-08-20 22:38:15 +00:00
query.py Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL. 2009-01-08 05:49:03 +00:00
subqueries.py Reconciling where- and having-clause behaviour. 2009-01-05 11:47:14 +00:00
where.py Using querysets as an rvalue in filter() calls was causing an unnecessary 2009-01-08 05:16:21 +00:00