I\'m trying to build a blog app and the problem is when I use tag \'truncatewords_html\' in my template to truncate posts longer than specified number of words, I need to li
Check out http://code.djangoproject.com/ticket/6799
This patch provides a method to replace the default elipses for truncated text.