I have a list_filter in admin.py that is based on a ForeignKey. Can I set the items in the list_filter to appear in alphabetical order? Currently they are ordered by ID number.
I have already ordered the items alphabetically in the model that provides the ForeignKey, by using the 'ordering' option. But that doesn't seem to affect the list_filter. -Ryan --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---