Django: model field choices that can change without a database migration

Django: model field choices that can change without a database migration

Articles

Use Django 5.0 callable choices to avoid no-op migrations when updating model field choices, though database constraints still require migrations for data integrity.