Changes between Initial Version and Version 1 of Ticket #26192
- Timestamp:
- Feb 9, 2016, 8:18:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26192 – Description
initial v1 1 1 {{{ 2 MyModel.objects.annotate(my_column=Value( 0)).order_by('my_column').values_list('id')2 MyModel.objects.annotate(my_column=Value('asdf')).order_by('my_column').values_list('id') 3 3 4 4 ProgrammingError: non-integer constant in ORDER BY