[Answer]-South schemamigration command depends on edited model

1👍

From the error above it seems you are registering both your model and your fields with either an admin instance, or a form instance django will complain if you remove either of them, search your files or 3rd party modules if you use your model in any of them.

Leave a comment