On Fri, May 21, 2010 at 8:46 AM, Jeremy Dunck <[email protected]> wrote:
> Even so, you could create a custom ModelAdmin for User, specifying the > ordering option: > > http://docs.djangoproject.com/en/1.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.ordering > > The default model admin for the User model already specifies ordering by username. The issue, I believe, is that that does not affect things like ForeignKey drop-down boxes. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
