- made holiday choices (countries) dynamic - no more migrations for updated dependencies
- updated handling for country/province - only holidays use a Javascript-request now
- removed version fixation for holidays dependency (at least v.0.23 required)
- fixed typo in django requirement -> 5.1 is not yet tested
- adjusted testing environment
- require minimum django 3.0 (older version are not tested)
- added support for django v5.0
- removed support for python 3.6 - 3.8 (may work, but not tested anymore)
- added AppConfig.default_auto_field to lock ID-fields in order to avoid migrations if projects use a different field in their settings
- 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
- updated the testing environment
- dropped django<3.0 support
- added support for django 4.0 and 4.1
- enabled newer versions for holidays dependency