Changes between Initial Version and Version 1 of Ticket #6498, comment 14


Ignore:
Timestamp:
Jul 23, 2013, 7:29:49 PM (11 years ago)
Author:
Garry Polley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6498, comment 14

    initial v1  
    22
    33{{{#!python
    4 my_model.objects.all().order_by(my_field__iexact)
     4my_model.objects.all().order_by('my_field__iexact')
    55}}}
    66
Back to Top