Skip to content

Releases: moorinl/wagtail-themes

0.2.0

30 Nov 20:41
Compare
Choose a tag to compare

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

13 Sep 11:47
Compare
Choose a tag to compare

Fixed

  • Backwards compatibility with Django 1.10 new middleware classes (issue [#1])

0.1.2

13 Sep 11:47
Compare
Choose a tag to compare

Fixed

  • Missing README.md when installing from pypi

0.1.1

13 Sep 11:48
Compare
Choose a tag to compare

Fixed

  • Prevent making migrations when changing WAGTAIL_THEMES (issue [#2])

0.1

13 Sep 11:48
Compare
Choose a tag to compare
0.1

Added

  • Initial prototype