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 6bac5ea commit 07717ebCopy full SHA for 07717eb
sequencefield/functions.py
@@ -1,6 +1,5 @@
1
from django.db.models import DateField
2
from django.db.models.expressions import Func
3
-from django.utils.functional import cached_property
4
5
6
class NextSeqVal(Func):
tests/test_fields.py
@@ -1,7 +1,6 @@
import math
from datetime import datetime, timezone
-from django.db import models
from django.test import TestCase
7
from sequencefield.functions import DateFromId, RightShift
tox.ini
@@ -26,7 +26,7 @@ deps =
26
commands =
27
pre-commit run -a
28
coverage run --append --source=sequencefield runtests.py
29
- coverage report --ignore-errors --show-missing
+ coverage report --ignore-errors --show-missing
30
31
[testenv:migrations]
32
setenv =
0 commit comments