Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1485 closed defect (fixed)

[patch] Admin template updates for changes to LogEntry model

Reported by: Christopher Lenz <cmlenz@…> Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In some places, the admin templates need to be updated to use the changed API of the LogEntry model. For example, the object history lacks the user name, and the content type isn't shown in the recent changes list on the admin dashboard.

Attachments (1)

django_1485.diff (2.0 KB ) - added by Christopher Lenz <cmlenz@…> 18 years ago.
Fixes to admin templates related to LogEntry

Download all attachments as: .zip

Change History (2)

by Christopher Lenz <cmlenz@…>, 18 years ago

Attachment: django_1485.diff added

Fixes to admin templates related to LogEntry

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2515]) magic-removal: Fixed #1485 -- Made admin template updates for changes to LogEntry model. Thanks, Christopher Lenz

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