* Dropped Python 2.7 support. * Dropped Django 1.3-1.7 support. * Confirmed Django 4.0 support. * Reformatted the code with black and isort * Migated to GitHub actions
1.6.2
--------------------------
* Fixed Django 3.0 compatibility by removing ``django.utils.six`` dependency.
1.6.1
-------------
* Fixed breaking templates when using the cached template loader; content was shown multiple times. * fixed support for parsing nodes from a custom template engine. * Improve error messages for invalid template block names.