Changes between Initial Version and Version 1 of Ticket #6498, comment 14
- Timestamp:
- Jul 23, 2013, 7:29:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6498, comment 14
initial v1 2 2 3 3 {{{#!python 4 my_model.objects.all().order_by( my_field__iexact)4 my_model.objects.all().order_by('my_field__iexact') 5 5 }}} 6 6