django-config-models
django-config-models copied to clipboard
Cannot remove fields
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.
This is a subclass of the general problem: we don't have a good way to remove fields from our database models, because that requires a backwards-incompatible migration.
(And backwards-incompatible migrations are also rolling-release incompatible migrations)
https://openedx.atlassian.net/browse/TE-2059