#9463: Allow filtering on UserProfiles that are inline
-------------------------------------------+--------------------------------
          Reporter:  cornbread             |         Owner:  nobody             
 
            Status:  closed                |     Milestone:                     
 
         Component:  django.contrib.admin  |       Version:  1.0                
 
        Resolution:  wontfix               |      Keywords:  filter, user 
profile
             Stage:  Unreviewed            |     Has_patch:  0                  
 
        Needs_docs:  0                     |   Needs_tests:  0                  
 
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by Ubercore):

 Just a note, this is possible in 1.3. The following works:

 {{{
 class UserAdmin(admin.ModelAdmin):
     list_filter = ('profile__organization', )
 admin.site.unregister(User)
 admin.site.register(User, UserAdmin)
 }}}

 I believe that's what was being described here.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9463#comment:6>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to