Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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)

10106_r9781.diff (641 bytes ) - added by Carl Meyer 15 years ago.
patch to add is_active filter to UserAdmin

Download all attachments as: .zip

Change History (4)

by Carl Meyer, 15 years ago

Attachment: 10106_r9781.diff added

patch to add is_active filter to UserAdmin

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10331]) Fixed #10106: added is_active to user admin's list_display.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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