django1/django/db/models/sql
Malcolm Tredinnick d00c013cc8 Remove any ordering from a nested select query (in the where-clause).
This fixes r9701 for Oracle (the test introduced there did its job and failed
previously).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-08 05:15:41 +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 Remove any ordering from a nested select query (in the where-clause). 2009-01-08 05:15:41 +00:00
subqueries.py Reconciling where- and having-clause behaviour. 2009-01-05 11:47:14 +00:00
where.py Reconciling where- and having-clause behaviour. 2009-01-05 11:47:14 +00:00