Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#7404 closed (wontfix)

Add last_login and date_created to User's admin list

Reported by: riklaunim@… 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)

useradmin.patch (803 bytes ) - added by riklaunim@… 16 years ago.
Patch for django/contrib/auth/models.py

Download all attachments as: .zip

Change History (8)

by riklaunim@…, 16 years ago

Attachment: useradmin.patch added

Patch for django/contrib/auth/models.py

comment:1 by mrts, 16 years ago

Triage Stage: UnreviewedDesign decision needed
Version: SVNnewforms-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 Marc Garcia, 16 years ago

Component: Admin interfaceAuthentication
Owner: nobody removed
Summary: User sort/filter by dates in Admin PanelAdd last_login and date_created to User's admin list
Version: newforms-adminSVN

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 Jacob, 16 years ago

milestone: 1.0

comment:4 by anonymous, 16 years ago

Why can't you just override the default useradmin in newforms-admin and do it yourself?

comment:5 by Julien Phalip, 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 Julien Phalip, 16 years ago

Resolution: wontfix
Status: newclosed

Newforms-admin will make it easy to customize things to your heart's content.

comment:7 by Jacob, 12 years ago

milestone: 1.0

Milestone 1.0 deleted

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