I found only way to ordering query results ignorecase by using :
Spam.objects.extra(select={'eggs_upper':'uppper(eggs)',order_by['eggs_upper']})
Maybe has another way to do this?
iequal, icontains ...
--
regards
Kenneth Gonsalves
OP is talking about case insensitive ordering, not querying (and he
has the simplest way).
Cheers
Tom
I know, but his query did not use the simplest way.
--
regards
Kenneth Gonsalves