Releases: wfehr/djangocms-time-wizard
Releases · wfehr/djangocms-time-wizard
v2.0.0 (2024-03-08)
- added tests to check if migrations are missing
- updated existing migrations to avoid 'missing migrations' for django 4+
- added/changed test environment to check against django-cms 4.1
- changed test environment to render plugins directly instead of depending on pages
- updated package informations regarding classifiers for python, django and django-cms
v1.0.7 (2023-09-28)
lock ID-fields with AppConfig.default_auto_field
- avoid migrations in projects if their default_auto_field is set to something
different
v1.0.6 (2023-01-16)
- integrated tests for the cms plugin(s)
v1.0.5 (2023-01-13)
- updated the testing environment
- little project-setup adjustments