Hi, I have an admin filter that filters all entries that have a
particular foreign key. Specifically, this foreign key is a "Code"
object that contains a "Code #" and a "Description".

In the admin filter display, it shows all the codes I can filter by,
but they are all out of order, i.e.

Filter by code:
    * All
    * 3130
    * 3340
    * 3410
    * 5361
    * 3370
    * 9760
    * 1570
    * 1090

This is proving to be a pain for people to navigate. What I'd like is
to have this filter list the codes in increasing order. Any
suggestions?

Thanks much!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to