------------------
* Template tags now support Django's STATICFILES_STORAGE setting.
Thanks Ivan Ven Osdel for report and fix.
* Added ``render_with`` method to render a MarkupField with a different filter.
* Dropped compatibility with Django < 1.7.
* Compatibility with Django 1.8 and 1.9. Thanks Ivan Ven Osdel for the fixes!
* Dropped compatibility with Python 2.6.
* Added support for Python 3.5.