#16835 closed New feature (fixed)
filter users by group
| Reported by: | Owned by: | Dan Loewenherz | |
|---|---|---|---|
| Component: | contrib.auth | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
When using groups, it is very handy to be able to filter users by group, in the user list in het admin.
Attachments (1)
Change History (15)
by , 14 years ago
| Attachment: | filter_users_by_group.diff added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 14 years ago
| Has patch: | set |
|---|---|
| milestone: | → 1.4 |
comment:4 by , 14 years ago
| Owner: | changed from to |
|---|
comment:5 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:6 by , 14 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Please do not close tickets without explanations.
comment:7 by , 14 years ago
| Owner: | removed |
|---|---|
| Status: | reopened → new |
comment:8 by , 14 years ago
I probably shouldn't close the ticket to begin with since I cannot commit anything. I just tried to understand the process. Got it now. Thanks!
comment:9 by , 13 years ago
| Component: | contrib.auth → contrib.admin |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
Patch successfully applies to master, works as expected.
comment:10 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:12 by , 13 years ago
| Component: | contrib.admin → contrib.auth |
|---|
Thanks for the patch - landing it in a second - just FYI in general avoid RFCing your own patches, for small patches like this where docs/tests essentially don't apply - it can be OK, but even then it is preferred to wait a bit after attaching the patch to see if someone might RFC it first.
https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#ready-for-checkin
comment:13 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:14 by , 13 years ago
Thanks!
PS Someone else wrote the patch, I just marked RFC and became the owner since the person who originally wrote the issue appeared to have disappeared.
This might be difficult to use on sites where there is a huge number of groups, but:
Accepting the ticket for this reason.