funkybob / django-sniplates

Template snippet libraries for Django
MIT License
57 stars 18 forks source link

Make django1.4 flatatt a bit more like newer versions. #24

Closed schinckel closed 9 years ago

schinckel commented 9 years ago

Since newer versions explicitly call mark_safe on the result, it's safe for us to do so as well.

https://github.com/django/django/blob/master/django/forms/utils.py#L26