Is it possible to add sorting criteria for a foreign key <select> widget in the oldforms admin? (Django 0.96)
I've got a foreign-key list with several thousand members, and it can be difficult to find the appropriate item to link to in the drop-box. It is particularly difficult when new items are added and some get inserted in the middle of the list rather than at the end. Setting `ordering = ['field-name']` on the model for the table pointed to by the foreign key doesn't seem to affect its presentation in the referring table's admin page. Many thanks. -- Oook, J. Cliff Dyer Carolina Digital Library and Archives UNC Chapel Hill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---