Skip to content

choices

django_spire.contrib.changelog.choices

ChangeLogTypeChoices

Bases: TextChoices

BUG_FIX = ('bug', 'Bug Fix') class-attribute instance-attribute

CHANGE = ('chan', 'Change') class-attribute instance-attribute

FEATURE = ('feat', 'Feature') class-attribute instance-attribute