django-config-models
django-config-models copied to clipboard
Configuration models for Django allowing config management with auditing.
Updated repo with setup.py changes for package extras, for more context please have a look into this [issue](https://github.com/edx/edx-arch-experiments/issues/386)
### Python: 3.8 ### Django: 3.1.14 After upgrading from v2.3.0 to v2.4.0, started getting this exception on `python manage.py migrate` command: ``` Traceback (most recent call last): File "manage.py", line...
Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: https://github.com/openedx/django-config-models/pull/355
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: https://github.com/openedx/django-config-models/pull/365
`ConfigurationModel.current()` does not respect the enabled flag and uses the same configuration values even though the configuration is disabled. This PR fixes the issue and uses default configs if the...
Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: https://github.com/openedx/django-config-models/pull/377
This repository is using Ubuntu 20.04 for testing. That version of Ubuntu will be out of support before Teak. Therefore this repo needs to be updated to testing with Ubuntu...
Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: https://github.com/openedx/django-config-models/pull/386
**Description:** Follow and complete all of the following steps for the issue to be marked as done. - [ ] Update the `tox.ini`, `setup.py`, `setup.cfg`, or `pyproject.toml` to remove Python...