Opened 10 years ago
Closed 10 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 , 10 years ago
Summary: | No text "action" in LogEntry when an object is added → Add LogEntry.change_message when an object is added |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Bug → Cleanup/optimization |
Version: | 1.7 → master |
comment:2 by , 10 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Just had a go at implementing this
https://github.com/django/django/pull/4335
Let me know if any changes need to be made
Note:
See TracTickets
for help on using tickets.
I guess it wouldn't hurt to add.