Django

Code

Ticket #2056 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] History messages aren't escaped in Admin.

Reported by: SmileyChris Assigned to: adrian
Milestone: Component: Admin interface
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

My __str__ for a contact object returns Full Name <email>.

In the history, the email is not shown because the message isn't escaped. My patch fixes this (I also escaped the user name for good measure).

Attachments

history_message_escaping.patch (0.9 kB) - added by SmileyChris on 05/31/06 21:02:22.

Change History

05/31/06 21:02:22 changed by SmileyChris

  • attachment history_message_escaping.patch added.

05/31/06 21:10:45 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3034]) Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris?


Add/Change #2056 ([patch] History messages aren't escaped in Admin.)




Change Properties
Action