1👍
✅
This is html – \n
won’t translate to a new line. Try using
return mark_safe(u'<br />'.join([u'%s<br />' % w for w in self]))
Source:stackexchange.com