#2718: filters in auth.models not visible in admin-interface
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Admin interface | Version: SVN
Severity: normal | Resolution:
Keywords: |
---------------------------------------+------------------------------------
Changes (by [EMAIL PROTECTED]):
* resolution: invalid =>
* status: closed => reopened
Comment:
in auth.models User:
list_filter = ('is_staff', 'is_superuser', 'is_active')
none of these filters show up in the admin-interface. I´m on the latest
revision.
I have filters in other models and they work fine.
--
Ticket URL: <http://code.djangoproject.com/ticket/2718>
Django <http://code.djangoproject.org/>
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 [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-updates
-~----------~----~----~----~------~----~------~--~---