django1/django/db/models/sql
Chris Jerdonek 0461b7a6b6 Fixed #32662 -- Refactored a generator out of SQLCompiler.get_order_by().
This also renames the `asc` variable to `default_order`, markes the
`desc` variable as unused, fixes a typo in SQLCompiler.get_order_by()
docstring, and reorders some blocks in SQLCompiler._order_by_pairs().
2021-04-21 12:35:49 +02:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Fixed #32662 -- Refactored a generator out of SQLCompiler.get_order_by(). 2021-04-21 12:35:49 +02:00
constants.py Fixed #31426 -- Added proper field validation to QuerySet.order_by(). 2020-04-06 10:19:49 +02:00
datastructures.py Refs #27149 -- Fixed sql.Query identity. 2020-10-28 07:21:53 +01:00
query.py Fixed #32650 -- Fixed handling subquery aliasing on queryset combination. 2021-04-21 09:49:15 +02:00
subqueries.py Fixed #31910 -- Fixed crash of GIS aggregations over subqueries. 2020-11-04 09:54:58 +01:00
where.py Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation. 2020-09-15 11:40:59 +02:00