- Compatibility for Django 4.2 and Wagtail 5
- Compatibility for Django 3.x and Wagtail 2.12+
- Support for Django 2.x and Wagtail 2.12-
- Compatibility for Django 2.x and Wagtail 2.x
- Support for Django 1.x and Wagtail 1.x
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