#10106 closed (fixed)
default admin config for User should include is_active filter
Reported by: | Carl Meyer | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Granted, it only takes six lines of code or so to subclass UserAdmin, unregister and re-register User. Nevertheless, a boolean field called is_active seems like a pretty obvious candidate for filtering, and I have a hard time seeing why it shouldn't be there by default.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | 10106_r9781.diff added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch to add is_active filter to UserAdmin