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 ecccc15 commit 89e1ba3Copy full SHA for 89e1ba3
tests/test_fields.py
@@ -9,10 +9,9 @@
9
from unittest.mock import patch
10
from zoneinfo import ZoneInfo
11
12
+import django
13
import pytest
14
import pytz
-
15
-import django
16
from django.core.exceptions import ValidationError as DjangoValidationError
17
from django.db.models import IntegerChoices, TextChoices
18
from django.http import QueryDict
0 commit comments