Django-setup-configuration

Latest version: v0.5.0

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

Scan your dependencies

0.5.0

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

* Fixed an issue (27) whereby empty strings would not be part of the string literal
inferred from a string-based field's ``options`` when using a Django field ref.
* Added a generic configuration step for the Django sites module.
* Slug fields are now explicitly validated in Django field refs.

0.4.0

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

💥 **NOTE**: This release contains a number of significantly breaking changes. 💥

* The core API of the configuration steps has been changed to rely on Pydantic-based
configuration models, and to rely solely on an ``execute`` hook, with ``is_configured``
and ``test_results`` being deprecated. Details of the new API can be found in the
README.
* The ``generate_config_docs`` command has been disabled until it can amended to work
with the new API, which is planned for an upcoming release.

0.3.0

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

* added option ``--dry-run`` for ``generate_config_docs`` management command to check that docs are
up-to-date without creating them.

0.2.0

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

* ``generate_config_docs`` management command added to autogenerate documentation based on configurationsteps

0.1.0

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

First release. Features:

* ``setup_configuration`` management command
* ``BaseConfigurationStep`` base class.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.