mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +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. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |