Opened 16 years ago

Last modified 6 years ago

#6498 closed

Add case insensitive model ordering — at Initial Version

Reported by: Bastian Kleineidam <calvin@…> Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: gav@…, mmitar@…, Garry Polley Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Add support for case insensitive ordering of model objects by using
.order_by("*name") or .order_by("*-name") syntax.

Change History (1)

by Bastian Kleineidam <calvin@…>, 16 years ago

Note: See TracTickets for help on using tickets.
Back to Top