Changes between Initial Version and Version 1 of Ticket #34123, comment 8
- Timestamp:
- Oct 31, 2022, 9:04:14 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34123, comment 8
initial v1 1 I figured the origin of the `1st ORDER BY term does not match any column in the result set` error; it's another regression introduced by c58a8acd413ccc992dd30afd98ed900897e1f719 but solely on 3.28 and 3.29 which should be fixed by [https://github.com/django/django/pull/16244 this PR].1 I figured the origin of the `1st ORDER BY term does not match any column in the result set` error; it's another regression introduced by c58a8acd413ccc992dd30afd98ed900897e1f719 but solely on SQLite 3.28 and 3.29 which should be fixed by [https://github.com/django/django/pull/16244 this PR]. 2 2 3 3 The `select_related` issue remains though. Any help required David?