aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index ff0a7a5a63..db788dfacc 100644
--- a/README
+++ b/README
@@ -11,22 +11,22 @@ Setup
In order to make use of this application you will need:
-* Django 1.4.x - tested with 1.4.1-1.4.10; newer versions may work, but
- the application has not been tested with 1.5 or newer.
+* Django 1.6.x - tested with 1.6.10; newer versions may work, but
+ the application has not been tested with 1.7 or newer.
* For production usage, a web server set up to host Django applications
(not needed for local-only testing)
* A database supported by Django (SQLite, MySQL, etc.). Django takes
care of creating the database itself, you just need to ensure that the
database server (if not using SQLite) is configured and running.
* The following third-party Django modules (tested versions listed):
- * django-south (0.8.4)
+ * django-south (1.0.2)
* django-registration (1.0)
- * django-reversion (1.7.1)
- * django-reversion-compare (0.3.5)
- * django-simple-captcha (0.4.1)
- * django-nvd3 (0.6.0)
- * djangorestframework (2.3.14)
- * django-cors-headers (0.12)
+ * django-reversion (1.8.7)
+ * django-reversion-compare (0.4.0)
+ * django-simple-captcha (0.4.6)
+ * django-nvd3 (0.9.7)
+ * djangorestframework (3.2.5)
+ * django-cors-headers (1.1.0)
* On the machine that will run the backend update script (which does not
have to be the same machine as the web server, however it does still
have to have Django installed, have the same or similar configuration