aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-08-01 20:14:50 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-09-20 20:37:45 +1200
commitf268a3cfdb073975f0f6a03f3197cb87d3ba9d7e (patch)
tree43f8e5860c518e29a597cf9aa070cbbcc5af1f08 /README
parent211e2fa3a53f775384c4a884568d0ae4634ddcb5 (diff)
downloadopenembedded-core-contrib-f268a3cfdb073975f0f6a03f3197cb87d3ba9d7e.tar.gz
Update to Django 1.8
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 539766b18b..eb38ced65c 100644
--- a/README
+++ b/README
@@ -12,19 +12,19 @@ Setup
In order to make use of this application you will need:
* Python 3.4+
-* 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.
+* Django 1.8.x - tested with 1.8.13; newer versions may work, but
+ the application has not been tested with 1.9 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-registration (1.0)
- * django-reversion (1.8.7)
- * django-reversion-compare (0.4.0)
+ * django-registration (2.1)
+ * django-reversion (1.9.3)
+ * django-reversion-compare (0.5.6)
* django-simple-captcha (0.4.6)
- * django-nvd3 (0.9.7)
+ * django-nvd3 (0.14.2)
* djangorestframework (3.2.5)
* django-cors-headers (1.1.0)
* On the machine that will run the backend update script (which does not