From df4ae39a3f0ed098a81b0afeaaf83db78bf92b2e Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 7 Nov 2019 21:16:29 +0100 Subject: [PATCH] =?UTF-8?q?Django=20hraje=20squash=20=C5=A1patn=C4=9B,=20z?= =?UTF-8?q?apom=C3=ADn=C3=A1=20importovat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/migrations/0001_squashed_0067_auto_20190814_0805.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py b/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py index c1dc0c09..287be0f1 100644 --- a/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py +++ b/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py @@ -10,6 +10,12 @@ import imagekit.models.fields import seminar.models 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. # Move them and any dependencies into this file, then update the