django1/django/db/models/sql
Malcolm Tredinnick 556fbc78a6 Fixed #8039 -- Make sure that extra(tables=...) tables are always included in
the resulting SQL. Previously, an optimisation was removing them in some corner
cases.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8429 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-17 22:38:36 +00:00
..
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
constants.py Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectly 2008-04-28 02:27:19 +00:00
datastructures.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
query.py Fixed #8039 -- Make sure that extra(tables=...) tables are always included in 2008-08-17 22:38:36 +00:00
subqueries.py Added the ability to force an SQL insert (or force an update) via a model's 2008-08-09 17:19:23 +00:00
where.py Allow for matches against unsaved objects in querysets (which will therefore 2008-07-23 06:12:15 +00:00