-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested enum generates incorrect migration #30
Comments
Interesting, I would normally keep all enums away from heavy modules, so one can import them without moving montains. We'll look if we can support this. Thanks for reporting the issue and sorry for late reply! |
I am having the same issue as well, rather annoying |
I think this bug should be accepted and fixed. The increased coherence of defining enums inside models should be encouraged. I believe this might be fixed by replacing |
Any news on this? |
This is using Django 1.9 with django-enumfield 1.3b2
generates
It should instead generate
enum=base.models.Hike.ExposureType
The text was updated successfully, but these errors were encountered: