tenants2
tenants2 copied to clipboard
Consider making Django model choices not require migrations
This is super annoying particularly because the choices don't actually affect the underlying DB schema in any tangible way. There's an interesting workaround here:
http://tech.yunojuno.com/pro-tip-django-choices-and-migrations
Hmm, I could swear that I saw something about a year ago which said that new versions of Django won't unnecessarily create migrations when choices change, but I'm unable to find information on it now.