Version 2.7.1
- Fixed
makemessages
command, which in 2.7.0 could not detect{% trans %}
tags in Django templates (#272). - Fixed
{% cache %}
tag to allow a timeout ofNone
(to cache forever), which Django's tag added in 2.0 (#274). - Fixed README not displaying in project description at PyPI (#276).
- Added Django 3.2 support.