Django-app-settings

Latest version: v0.7.2

Safety actively analyzes 621907 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.7.2

==================

- Deprecate loding setting values from environment (98 by stinovlas)
- Fix optional nested dict setting (92 by rastytheamateur)
- Fix typos in ``usage.rst`` (102 by oto-stefan)
- Fix docs build (100 by stinovlas)

0.7.1

==================

- Ignore environment variables when using ``override_settings``.
- Don't announce type annotations.

0.7.0

==================

- Read setting values from environment variables.
- Add ``FileSetting``.
- Fix bug causing ``NestedDictSetting`` to be always required.
- Add support for python 3.8 and Django 3.0.
- Drop support for python 2.7 and 3.4.
- Drop deprecated type checkers.
- Add type annotations.
- Raise ``ImproperlyConfigured`` from ``Setting.check`` for all errors in a setting.
- Move repository to https://github.com/pawamoy/django-appsettings.
- Clean tests.

0.6.1

==================

- Fix ``transform_default`` in ``NestedListSetting``, by stinovlas (see PR `61`_).

.. _61: https://github.com/pawamoy/django-appsettings/issues/61

0.6.0

==================

- Add ``CallablePathSetting`` (see issue `49`_ and PR `52`_).
- Add ``NestedListSetting`` (see issue `50`_ and PR `53`_).
- Rename ``NestedSetting`` to ``NestedDictSetting`` (old name is still available but deprecated).

.. _49: https://github.com/pawamoy/django-appsettings/issues/49
.. _50: https://github.com/pawamoy/django-appsettings/issues/50
.. _52: https://github.com/pawamoy/django-appsettings/issues/52
.. _53: https://github.com/pawamoy/django-appsettings/issues/53

0.5.1

==================

- Fix default values for empty arguments.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.