Fix pacthing of the makemessages command to work for Django later than 1.11.
2.0.0
-----
Thank you to karlrl for the following changes:
- Support Python 3.7-3.10 - Support Django 2.2-4.1 - Drop support for Python<3.7 and Django<3.2
1.3.9
-----
- In order to support the latest versions of Django, removed dependence on the FILE_CHARSET setting. This means that the templates will always be read as UTF-8.
1.3.8
-----
- Bug fix: Update to work with Django 1.9
1.3.7
-----
- Bug fix: Fail silently when using an invalid regex to match templates.
1.3.6
-----
- Bug fix: Fix the case on ``innerHTML`` (was ``innerHtml``)