We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e908d23 commit db6a0cfCopy full SHA for db6a0cf
django_enum/choices.py
@@ -68,7 +68,7 @@ class TextChoices(
68
69
def __hash__(self):
70
return DjangoTextChoices.__hash__(self)
71
-
+
72
label: str
73
74
class IntegerChoices(
@@ -81,7 +81,7 @@ class IntegerChoices(
81
82
83
return DjangoIntegerChoices.__hash__(self)
84
85
86
87
class FloatChoices(
@@ -118,7 +118,7 @@ class FlagChoices( # type: ignore
118
119
120
return enum.IntFlag.__hash__(self)
121
122
123
124
except (ImportError, ModuleNotFoundError):
0 commit comments