Django-composed-configuration

Latest version: v0.25.0

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

Scan your dependencies

Page 7 of 7

0.3.0

* Add Sentry support if the `sentry-sdk` package is installed and the `SENTRY_DSN` environment variable is set in production
* Simplify the logging configuration, also allowing it to be mutated
* Filter static file requests from logged output

0.2.0

* Use pathlib for BASE_DIR
* Users can define: `BASE_DIR = Path(__file__).resolve(strict=True).parent.parent`
* Configure robust HTTPS serving in production
* Move files out of the `configuration` sub-directory
* Now, import as: `from composed_configuration import DevelopmentBaseConfiguration`
* Remove `SelectRelatedManager`

0.1.0

Initial `django-composed-configuration` release

Page 7 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.