Skip to content

Releases: wfehr/django-time-wizard

v3.0.2 (2023-09-28)

28 Sep 09:05
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

v3.0.1 (2023-01-13)

13 Jan 09:34
Compare
Choose a tag to compare
  • added missing migration due to updated holidays version
  • fixed holidays on version 0.18 -> newer versions may result in new
    migrations which may be problematic if this app is integrated as a
    third-party-app

v3.0.0 (2023-01-13)

13 Jan 08:34
Compare
Choose a tag to compare
  • updated the testing environment
  • dropped django<3.0 support
  • added support for django 4.0 and 4.1
  • enabled newer versions for holidays dependency