0.2.0 - 2016-11-30
- Verbose name of
themes
instead ofTheme settings
- Exception
ImproperlyConfigured
inThemeMiddleware
- Optional settings
WAGTAIL_THEME_PATH
for storing themes into one directory (issue #5) - Unit and integration tests and CI with Travis
0.1.3 - 2016-09-12
- Backwards compatibility with Django 1.10 new middleware classes (issue #1)
0.1.2 - 2016-09-12
- Missing README.md when installing from pypi
0.1.1 - 2016-09-12
- Prevent making migrations when changing
WAGTAIL_THEMES
(issue #2)
- Initial prototype