django-config-models icon indicating copy to clipboard operation
django-config-models copied to clipboard

Cannot remove fields

Open clintonb opened this issue 8 years ago • 3 comments

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.

clintonb avatar Apr 25 '17 14:04 clintonb

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.

cpennington avatar Apr 25 '17 14:04 cpennington

(And backwards-incompatible migrations are also rolling-release incompatible migrations)

cpennington avatar Apr 25 '17 14:04 cpennington

https://openedx.atlassian.net/browse/TE-2059

doctoryes avatar Apr 25 '17 15:04 doctoryes