- fix missing context when creating new instances - always provide a string via '__str__'-method
4.1.0
===================
- 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)
4.0.1
===================
- fixed typo in django requirement -> 5.1 is not yet tested
4.0.0
===================
- 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)
3.0.2
===================
- added `AppConfig.default_auto_field` to lock ID-fields in order to avoid migrations if projects use a different field in their settings