summaryrefslogtreecommitdiffstats
path: root/systemCheck.py
diff options
context:
space:
mode:
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 !!")