Opened 8 years ago

Closed 8 years ago

#25799 closed Cleanup/optimization (fixed)

list_filter filtering by groups doesn't appear until at least two groups exist

Reported by: Mitar Owned by: nobody
Component: contrib.admin Version: 1.8
Severity: Normal Keywords:
Cc: mmitar@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I noticed that filtering by groups in users list does not appear until at least two groups exist in the system. This is problematic because I cannot then filter users which are in my one group vs. which are not.

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: fixed
Status: newclosed
Summary: Filtering by groups does not appear until at least two groups existlist_filter filtering by groups doesn't appear until at least two groups exist
Type: UncategorizedCleanup/optimization

This is fixed in Django 1.9 by 8f30556329b64005d63b66859a74752a0b261315.

Note: See TracTickets for help on using tickets.
Back to Top