From c0dc48961e9c162256e2cdd53355ba696c44c127 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 29 Apr 2017 13:20:21 +0200 Subject: Extra security to prevent recursion on bulk update --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 8241e3fca..ea7aa48fc 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -10,7 +10,7 @@ DEBUG_TOOLBAR = False TEMPLATE_DEBUG = DEBUG SQL_DEBUG = False DJANGO_EXTENSIONS = False -USE_SPATIALITE_FOR_TESTS = True +USE_SPATIALITE_FOR_TESTS = False TEST_VIEWS = True if "test" in sys.argv: -- cgit v1.2.3