django1/django/db/models/sql
Malcolm Tredinnick 6dd2b5468f Redo the changes in [7773] in a better way.
This removes some of the leaky abstraction problems (lifting WhereNode
internals into the Query class) from that commit and makes it possible for
extensions to WhereNode to have access to the field instances. It's also
backwards-compatible with pre-[7773] code, which is also better.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-04 06:42:58 +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 Redo the changes in [7773] in a better way. 2008-07-04 06:42:58 +00:00
subqueries.py Redo the changes in [7773] in a better way. 2008-07-04 06:42:58 +00:00
where.py Redo the changes in [7773] in a better way. 2008-07-04 06:42:58 +00:00