These constants inherit from django.db.models.TextChoices, not the built-in Python StrEnum type.
django.db.models.TextChoices
StrEnum
Django TextChoices provides attributes such as choices, values, labels and more.
TextChoices
choices
values
labels