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 564f40b commit 1853ac5Copy full SHA for 1853ac5
django_enum/tests/tests.py
@@ -12,7 +12,7 @@
12
from django.test import Client, TestCase
13
from django.urls import reverse
14
from django_enum import TextChoices
15
-from django_enum.forms import EnumChoiceField
+from django_enum.forms import EnumChoiceField # dont remove this
16
from django_enum.tests.djenum.enums import (
17
BigIntEnum,
18
BigPosIntEnum,
0 commit comments