v4.0.0
- BI: To support changes to
render_to_string
in Django 1.10 and above,
your noticefull.txt
andshort.txt
plain text templates must now be autoescaped explicitly using the
{% autoescape %}
tag.
(#68)
render_to_string
in Django 1.10 and above,full.txt
and short.txt
plain text templates must now be autoescaped explicitly using the{% autoescape %}
tag.