Opened 12 years ago

Closed 12 years ago

#19105 closed Uncategorized (fixed)

UserAdmin.filter_horizontal should include 'groups'

Reported by: Daniele Procida Owned by: nobody
Component: contrib.admin Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

With more than a very small number of groups, or if you need to put users into multiple groups, the standard widget is very awkward to use.

I'm not sure why 'groups' hasn't been in the filter_horizontal list, but it seems a useful improvement.

https://github.com/django/django/pull/434

Change History (2)

comment:1 by Marc Tamlyn, 12 years ago

Component: Uncategorizedcontrib.admin
Has patch: set
Needs documentation: set
Triage Stage: UnreviewedAccepted

I'm marking this as Accepted cos I think it's a good idea too. Associated PR looks fine, but it probably needs a little mention in release notes.

Not sure if we're past 1.5 feature freeze now, though this isn't really a feature...

comment:2 by Luke Plant, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top