summaryrefslogtreecommitdiffstats
path: root/systemCheck.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-24 14:57:18 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-24 14:57:18 +0100
commit1a21fe414f95a64480bce92ff9e5b2413c544d40 (patch)
treef966d71e25ea204bd54074b914e8388c765ffd04 /systemCheck.py
parenthandling SIGQUIT (diff)
downloadpyload-1a21fe414f95a64480bce92ff9e5b2413c544d40.tar.xz
django 1.2 compability, some fixes
Diffstat (limited to 'systemCheck.py')
-rw-r--r--systemCheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemCheck.py b/systemCheck.py
index 7f78ec896..70de6d123 100644
--- a/systemCheck.py
+++ b/systemCheck.py
@@ -142,8 +142,8 @@ def main():
if django.VERSION < (1, 1):
web_err.append("Your django version is to old, please upgrade to django 1.1")
- elif django.VERSION > (1, 2):
- web_err.append("Your django version is to new, please use django 1.1")
+ elif django.VERSION > (1, 3):
+ web_err.append("Your django version is to new, please use django 1.2")
except:
web_err.append("Webinterface won't work without django !!")