Skip to content

Releases: wfehr/djangocms-time-wizard

v2.0.0 (2024-03-08)

08 Mar 12:44
Compare
Choose a tag to compare
  • 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)

28 Sep 09:06
Compare
Choose a tag to compare

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)

16 Jan 11:10
Compare
Choose a tag to compare
  • integrated tests for the cms plugin(s)

v1.0.5 (2023-01-13)

13 Jan 11:38
Compare
Choose a tag to compare
  • updated the testing environment
  • little project-setup adjustments