thulasi-ram / django-feature-toggle

Feature Toggle implementation as a pluggable django app. Supports SimpleToggle, TimeBombToggle ways to manage release of new features that can be easily toggled on / off.
GNU General Public License v3.0
8 stars 2 forks source link

A new migration is created each time field choices are changed #2

Closed thulasi-ram closed 6 years ago

thulasi-ram commented 6 years ago

Ideally, this migration is quite useless as far as Django is concerned. Need to deep dive this.