Changes between Initial Version and Version 2 of Ticket #2006


Ignore:
Timestamp:
May 31, 2006, 10:02:23 AM (18 years ago)
Author:
Adrian Holovaty
Comment:

(Fixed formatting in description.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2006

    • Property Summary django admin doesn't quote str()-output in templates.[patch] admin doesn't html-quote strings in breadcrumbs and filters
  • Ticket #2006 – Description

    initial v2  
    22For example:
    33
     4{{{
    45    def __str__(self):
    56        return '%s <%s>' %(self.name, self.email)
     7}}}
    68
    79would show up in the admin site as just the name, because my browser thinks <email> is a bad tag.
Back to Top