django-nonrel

Case-insensitive order_by on GAE using django non-rel

Using google app engine and Django non-rel, I'm querying a list of movies and want to order them alphabetically. movies = Movie.objects.all().order_by("title") The problem is for any titles that do not start with an uppercase character is not following the same sort pattern. So if queried these movies and returned them sorted then "i...