From 4666ba35b4a230b00a2c82794d6fafde07eb4d0f Mon Sep 17 00:00:00 2001 From: Attila-Mihaly Balazs Date: Mon, 20 Jan 2014 11:35:47 +0200 Subject: [PATCH] Remove DJANGO_VERSION from the recommended settings - It adds a headache (it needs to be maintained) - It can already be obtained by djang.get_version() - forum_modules/updates/base.py already uses the above method to report the correct version --- settings_local.py.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/settings_local.py.dist b/settings_local.py.dist index c50bc33..9ac25a5 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -52,7 +52,6 @@ TIME_ZONE = 'America/New_York' USE_I18N = True LANGUAGE_CODE = 'en' -DJANGO_VERSION = 1.1 OSQA_DEFAULT_SKIN = 'default' DISABLED_MODULES = ['books', 'recaptcha', 'project_badges'] -- 2.45.1