Releases: moorinl/wagtail-themes
Releases · moorinl/wagtail-themes
0.2.0
Fixed
- Verbose name of
themes
instead of Theme settings
- Exception
ImproperlyConfigured
in ThemeMiddleware
Added
- Optional settings
WAGTAIL_THEME_PATH
for storing themes into one directory (issue [#5])
- Unit and integration tests and CI with Travis
0.1.3
Fixed
- Backwards compatibility with Django 1.10 new middleware classes (issue [#1])
0.1.2
Fixed
- Missing README.md when installing from pypi
0.1.1
Fixed
- Prevent making migrations when changing
WAGTAIL_THEMES
(issue [#2])