django1/django/db/models/sql
Malcolm Tredinnick 61cc4a1eee Fixed #8819 -- Don't include two copies of extra-select columns in the query.
This was triggered by r8794, but was, in fact, fairly fragile before then. The
current fix is the correct way we should be doing this.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-03 03:48:25 +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 #8819 -- Don't include two copies of extra-select columns in the query. 2008-09-03 03:48:25 +00:00
subqueries.py Fixed extra_select with DateQuery in Oracle 2008-09-01 18:45:49 +00:00
where.py Allow for matches against unsaved objects in querysets (which will therefore 2008-07-23 06:12:15 +00:00