Skip to content

changelog

django_spire.contrib.changelog

__all__ = ['Change', 'ChangelogEntry', 'ChangeLogTypeChoices'] module-attribute

Change dataclass

app instance-attribute

description instance-attribute

ChangelogEntry dataclass

version instance-attribute

changes instance-attribute

date instance-attribute

type instance-attribute

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