django/tests/ordering
Simon Charette aab25a69dd [4.2.x] Fixed #34346 -- Ordered selected expressions by position.
Used the same approach as for #34176 by using selected expressions
position to prevent ambiguous aliases in collisions.

Thanks henribru for the report.

Regression in 04518e310d.

Backport of 278881e376 from main
2023-02-20 06:22:18 +01:00
..
__init__.py
models.py Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering contains expressions. 2022-05-12 07:19:16 +02:00
tests.py [4.2.x] Fixed #34346 -- Ordered selected expressions by position. 2023-02-20 06:22:18 +01:00