Skip to content

Version 2.7.1

Compare
Choose a tag to compare
@wizpig64 wizpig64 released this 07 Jun 21:23
· 47 commits to master since this release
  • Fixed makemessages command, which in 2.7.0 could not detect {% trans %} tags in Django templates (#272).
  • Fixed {% cache %} tag to allow a timeout of None (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.