#7404 closed (wontfix)
Add last_login and date_created to User's admin list
Reported by: | Owned by: | ||
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A small patch addin 'date_joined', 'last_login' to list_display and list_filter of the User model - it's useful when you have to check how many new users you got from new ads etc.
Attachments (1)
Change History (8)
by , 16 years ago
Attachment: | useradmin.patch added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|---|
Version: | SVN → newforms-admin |
+1. Although this clutters the list somewhat, it is quite useful.
Retargeting to newforms-admin so that it gets proper attention.
comment:2 by , 16 years ago
Component: | Admin interface → Authentication |
---|---|
Owner: | removed |
Summary: | User sort/filter by dates in Admin Panel → Add last_login and date_created to User's admin list |
Version: | newforms-admin → SVN |
I think that some data was wrong in this ticket, correcting it for clarifying...
Summary wasn't clear (at least to me)
Component changed to Authentication (patch is for /contrib/auth)
And the patch should be applied to svn, not newforms-admin
comment:3 by , 16 years ago
milestone: | → 1.0 |
---|
comment:4 by , 16 years ago
Why can't you just override the default useradmin in newforms-admin and do it yourself?
comment:5 by , 16 years ago
-1 on this. Newforms-admin's main purpose is to let you customize things, so let's leave it to the developer and not make it standard.
comment:6 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Newforms-admin will make it easy to customize things to your heart's content.
Patch for django/contrib/auth/models.py