Skip to content

Releases: sheppard/django-mustache

django-mustache 1.1.2

15 Jan 01:01
Compare
Choose a tag to compare

django-mustache 1.1.2 confirms support for Python 3.8, Django 3.0, and Django REST Framework 3.11. No functional changes were required.

django-mustache 1.1.1

13 Mar 05:32
Compare
Choose a tag to compare

django-mustache 1.1.1 fixes a rendering issue in the (rare) case that no context is passed. The test suite has also been updated to include Python 3.6/3.7 and Django 2.0/2.1.

django-mustache 1.1.0

07 Nov 22:06
Compare
Choose a tag to compare

django-mustache 1.1.0 brings a couple of new features:

  • Compatibility with 'APP_DIRS': True template setting. When enabled, django-mustache will load templates from any installed apps containing a mustache/ subfolder.
  • Compatibility with Django CMS plugins (#1 via @bharling)

django-mustache 1.0.0

19 Aug 21:16
Compare
Choose a tag to compare

django-mustache 1.0.0 is effectively the same as django-mustache 0.1.0.

  • Confirmed compatibility with Django 1.10
  • Updated description

django-mustache 0.1.0

14 Jan 22:59
Compare
Choose a tag to compare

Initial release.