Hi Folks,
django-yamlconf 1.5.0 is now available. This is a package allowing the definition of Django application settings via YAML files. See
for more details.
Changes in this version:
- Dropped support for Python 2.
- Use
SafeLoaderto load YAML files. - Updates for Django 4 (use
path,re_pathinstead ofurl). - Dropped the
VERSIONfile, the version information is defined in
the Python sources now. - Tested against Django 3, 4 and 5 with various Python versions.
- Updated to
pyproject.tomlpackaging andpytesttesting. - Restructured and expanded testing.
- Use the readthedocs link for YAMLCONF reference on the built-in page
normally available at “/yamlconf”. - Various updates to dependencies highlighted by dependabot (mostly
just noise in the examples directories). - Migrated published docs to
.readthedocs.yamlconfiguration file
v2.
Take care,
Michael