From 3042d6ef6a2938f190c13870232199df95d4b516 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 28 May 2014 16:27:53 +0100 Subject: [PATCH] set USE_TZ=True in runtests to handle fixtures correctly on sqlite --- runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runtests.py b/runtests.py index e3942646a4..6fd37ebeb8 100755 --- a/runtests.py +++ b/runtests.py @@ -42,6 +42,7 @@ if not settings.configured: STATIC_URL='/static/', STATIC_ROOT=STATIC_ROOT, MEDIA_ROOT=MEDIA_ROOT, + USE_TZ=True, STATICFILES_FINDERS=( 'django.contrib.staticfiles.finders.AppDirectoriesFinder', 'compressor.finders.CompressorFinder',