Releases: unplugstudio/mezzy
Releases · unplugstudio/mezzy
v3.1.0
3.1.0 (2022-02-10)
Features
- remove compatibility with python 2.7 (9795455)
v3.0.0
3.0.0 (2020-04-22)
Features
- remove decorators and importing modules (7109424)
BREAKING CHANGES
- the decorators and importing modules have been removed
v2.4.1
2.4.1 (2020-04-22)
Bug Fixes
- fix ViewTestMixin for class-based views (5196be1)
v2.4.0
2.4.0 (2019-05-16)
Features
v2.3.0
2.3.0 (2019-05-07)
Bug Fixes
- allow calling templatetags as Python funcs (6eead6e)
v2.2.0
2.2.0 (2018-03-09)
Features
v2.1.1
2.1.1 (2018-03-06)
Bug Fixes
- make sure user.is_authenticated is a callable (6a53814)
v2.1.0
2.1.0 (2018-03-06)
Features
v2.0.0
2.0.0 (2018-03-02)
Features
- add mixins for form messages (58a8da5)
- add UXFormMixin (5d83311)
- backport Access mixins from Django 1.11 (66e4f83)
- backport method_decorator from Django 1.11 (6562981)
- Remove gruntserver command (d78ca5f)
BREAKING CHANGES
- the
gruntserver
command has been removed. You should call grunt
manually in another terminal.