mirror of
https://github.com/django/django.git
synced 2025-02-04 06:30:02 +00:00
4771a1694b
This makes QuerySet.order_by() no longer ignore trailing transforms for models with Meta.ordering. As a consequence, FieldError is raised in such cases for non-existent fields. Thanks to Klaas van Schelven for the report and Mariusz Felisiak for the review and advice.