django1/django/db/models/sql
Hannes Ljungberg d8c90d4c22 Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.
Co-Authored-By: Simon Charette <charette.s@gmail.com>
2021-06-30 10:08:55 +02:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Refs #32786 -- Made Query.clear_ordering() not to cause side effects by default. 2021-06-30 08:52:27 +02:00
constants.py Fixed #31426 -- Added proper field validation to QuerySet.order_by(). 2020-04-06 10:19:49 +02:00
datastructures.py Removed unused with_filtered_relation argument from .equals() 2021-04-28 20:42:20 +02:00
query.py Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup. 2021-06-30 10:08:55 +02:00
subqueries.py Fixed #31910 -- Fixed crash of GIS aggregations over subqueries. 2020-11-04 09:54:58 +01:00
where.py Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup. 2021-06-30 10:08:55 +02:00