django-config-models
django-config-models copied to clipboard
Configuration models for Django allowing config management with auditing.
It seems like whenever `MyConfiguration.current()` is called, it gets cached indefinitely inside `DEFAULT_REQUEST_CACHE`. `cache_timeout` is ignored inside `TieredCache` for `RequestCache`. This prevents the cache from validating when used outside of...
https://config_models.readthedocs.org
It has an issue with django3.0 with the six module that was removed from django
Building on the work in Farhanah's hackathon project, I cleaned up the script to report on the state of waffle flags/switches/samples in a django app. I decided reduce the original...
A recent attempt to remove a field from a config model failed: https://github.com/edx/edx-platform/pull/14939. Please document the process for removing fields.
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/349
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
https://github.com/openedx/public-engineering/issues/217