Changes between Initial Version and Version 1 of Ticket #30700
- Timestamp:
- Aug 11, 2019, 8:58:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30700 – Description
initial v1 1 1 truncatechars_html doesn't handle HTML entities, so produces output like `&#…` 2 2 3 See failing test here: https://github.com/django/django/pull/11660 4 3 5 See also - #20568