Opened 9 years ago

Closed 9 years ago

#25353 closed Cleanup/optimization (fixed)

LogEntry.action_time should be a "date created" not a "date updated"

Reported by: Tim Graham Owned by: Tim Graham
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

LogEntry's generally aren't editable, so this isn't a big problem, but I worked on the code as part of investigating #22995, so I thought I may as well offer the patch.

Change History (3)

comment:1 by Tim Graham, 9 years ago

Has patch: set

comment:2 by Simon Charette, 9 years ago

Triage Stage: UnreviewedReady for checkin
Version: 1.8master

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In d5bac7e4:

Fixed #25353 -- Changed LogEntry.action_time to a "date created".

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