Commit 07717eb 1 parent 6bac5ea commit 07717eb Copy full SHA for 07717eb
File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
from django .db .models import DateField
2
2
from django .db .models .expressions import Func
3
- from django .utils .functional import cached_property
4
3
5
4
6
5
class NextSeqVal (Func ):
Original file line number Diff line number Diff line change 1
1
import math
2
2
from datetime import datetime , timezone
3
3
4
- from django .db import models
5
4
from django .test import TestCase
6
5
7
6
from sequencefield .functions import DateFromId , RightShift
Original file line number Diff line number Diff line change 26
26
commands =
27
27
pre-commit run -a
28
28
coverage run --append --source =sequencefield runtests.py
29
- coverage report --ignore-errors --show-missing
29
+ coverage report --ignore-errors --show-missing
30
30
31
31
[testenv:migrations]
32
32
setenv =
You can’t perform that action at this time.
0 commit comments