Changes between Initial Version and Version 2 of Ticket #2006
- Timestamp:
- May 31, 2006, 10:02:23 AM (18 years ago)
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 2 2 For example: 3 3 4 {{{ 4 5 def __str__(self): 5 6 return '%s <%s>' %(self.name, self.email) 7 }}} 6 8 7 9 would show up in the admin site as just the name, because my browser thinks <email> is a bad tag.