Changes between Initial Version and Version 1 of Ticket #35028
- Timestamp:
- Dec 11, 2023, 1:31:26 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35028 – Description
initial v1 40 40 raise ex.with_traceback(None) 41 41 psycopg.errors.InvalidColumnReference: for SELECT DISTINCT, ORDER BY expressions must appear in select list 42 LINE 1: ..._field", $1) FROM " evaluation_testmodel" ORDER BY NULLIF("ev...42 LINE 1: ..._field", $1) FROM "name_testmodel" ORDER BY NULLIF("ev... 43 43 ^ 44 44 … … 67 67 raise ex.with_traceback(None) 68 68 django.db.utils.ProgrammingError: for SELECT DISTINCT, ORDER BY expressions must appear in select list 69 LINE 1: ..._field", $1) FROM " evaluation_testmodel" ORDER BY NULLIF("ev...69 LINE 1: ..._field", $1) FROM "name_testmodel" ORDER BY NULLIF("ev... 70 70 ^ 71 71