tenants2 icon indicating copy to clipboard operation
tenants2 copied to clipboard

Consider making Django model choices not require migrations

Open toolness opened this issue 4 years ago • 1 comments

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

toolness avatar Mar 30 '20 21:03 toolness

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.

toolness avatar Aug 09 '21 13:08 toolness