✍️ New post on defining choices for a Django model field so that they can change without generating a migration.
Written in response to @adamghill ’s question.
adamj.eu/tech/2025/05/03/djang…
Django: model field choices that can change without a database migration - Adam Johnson
Adam Hill posted a question on Mastodon: he wants a model field that uses choices that doesn’t generate a database migration when the choices change. This post presents my answer.adamj.eu