Re: Foreignkey field in admin list_filter, Django 1.0

2008-11-13 Thread caio ariede
Nothing about this? :( I can't put a field came from a foreignkey in a list_filter.. If someone can help.. On Thu, Nov 13, 2008 at 11:52 AM, caio ariede <[EMAIL PROTECTED]> wrote: > Hello. > > I'm trying to put a field came from a foreignkey in admin list_filter. >

Foreignkey field in admin list_filter, Django 1.0

2008-11-13 Thread caio ariede
;,) Look that list_display works fine, but I can't put 'is_staff' in list_filter, in Django 0.96 I think the method use 2 underscores, myfk__myfield (user__myfield), but now it doesn't work. How can I do? Thanks in advance. --