Closed UEWBot closed 1 year ago
Wherever we have a CharField with a choices parameter, we can now use either TextChoices or IntegerChoices. See https://adamj.eu/tech/2020/01/27/moving-to-django-3-field-choices-enumeration-types/ for hints on migrating.
Wherever we have a CharField with a choices parameter, we can now use either TextChoices or IntegerChoices. See https://adamj.eu/tech/2020/01/27/moving-to-django-3-field-choices-enumeration-types/ for hints on migrating.