Django hraje squash špatně, zapomíná importovat
This commit is contained in:
parent
6a93c1c7bb
commit
df4ae39a3f
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ import imagekit.models.fields
|
||||||
import seminar.models
|
import seminar.models
|
||||||
import taggit.managers
|
import taggit.managers
|
||||||
|
|
||||||
|
# migr 0053
|
||||||
|
import datetime as dt
|
||||||
|
|
||||||
|
# migr 0058
|
||||||
|
from django.db.models import Q
|
||||||
|
|
||||||
|
|
||||||
# Functions from the following migrations need manual copying.
|
# Functions from the following migrations need manual copying.
|
||||||
# Move them and any dependencies into this file, then update the
|
# Move them and any dependencies into this file, then update the
|
||||||
|
|
Loading…
Reference in a new issue