django1/django/db/models/sql
Malcolm Tredinnick 5da47e43c7 Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are merged.
Also added a section to the documentation to indicate why it's probably not a
good idea to rely on this feature for complex stuff. Garbage in, garbage out
applies even to Django code.

Thanks to erik for the test case for this one.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30 06:24:21 +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 #7314 -- Changed the way extra() bits are handled when QuerySets are merged. 2008-06-30 06:24:21 +00:00
subqueries.py Reorganised the internals of the Where node a bit to fix some copying problems. 2008-06-27 03:27:20 +00:00
where.py Removed a dead line that was left in [7773] by accident. 2008-06-27 03:48:11 +00:00