Opened 9 years ago

Closed 9 years ago

#24490 closed Cleanup/optimization (fixed)

Add LogEntry.change_message when an object is added

Reported by: Aurélien Martin Owned by: Karl Hobley
Component: contrib.admin Version: dev
Severity: Normal 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

When an object is added through the admin app, there is no text for "action" added in the LogEntry table

Change History (3)

comment:1 by Tim Graham, 9 years ago

Summary: No text "action" in LogEntry when an object is addedAdd LogEntry.change_message when an object is added
Triage Stage: UnreviewedAccepted
Type: BugCleanup/optimization
Version: 1.7master

I guess it wouldn't hurt to add.

comment:2 by Karl Hobley, 9 years ago

Has patch: set
Owner: changed from nobody to Karl Hobley
Status: newassigned

Just had a go at implementing this
https://github.com/django/django/pull/4335

Let me know if any changes need to be made

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

Resolution: fixed
Status: assignedclosed

In aea02ddf:

Fixed #24490 -- Set LogEntry.change_message when adding an object.

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