Open nomeata opened 9 years ago
Support for Django 1.7 migrations is coming in version 0.4.0
Version 0.4.0 has been released. The Django 1.7 migrations support has been added but it was not significantly tested. 0.4.1 will have more tests but I might not get that release out for some time.
I’m trying to add a field with a default (all choices set) to my models, but Django 1.7 won’t let me apply the migration:
It does not matter whether I give the choices as a list or a comma-separated string.