On Mon, Feb 16, 2009 at 8:19 PM, Kevin Audleman <kevin.audle...@gmail.com>wrote:
> > Alex, > > I managed to get it to work, and the column is even sortable! Thanks > for your help. > > Here's my code for reference for anyone else who comes across this > post: > > class UserAdmin(admin.ModelAdmin): > There are some extensions made to the default User ModelAdmin that you are going to miss unless you base your customized class off of auth's provided default UserAdmin. See: http://code.djangoproject.com/ticket/8916#comment:14 That ticket notes that change password, for example, won't work if you base your customized class on admin.ModelAdmin, there may also be other such things. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---