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.
1.1.0
- 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)
1.0.0
django-mustache 1.0.0 is effectively the same as django-mustache 0.1.0. - Confirmed compatibility with Django 1.10 - Updated description