1
0
mirror of https://github.com/django/django.git synced 2025-01-15 21:02:52 +00:00
Simon Charette d62563cbb1
Fixed #34105 -- Fixed crash of ordering by nested selected expression.
This stops ordering by nested selected references. It's not supported on
PostgreSQL and not required to support psycopg3.

Regression in 04518e310d4552ff7595a34f5a7f93487d78a406.

Thanks Matt Westcott for the report.
2022-10-18 17:31:45 -07:00
..