aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-04 12:27:06 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-04 12:27:06 +0000
commit7f990bc0854c1a6073ae166c8448672080f82cbd (patch)
treefdeacd9fe48c041062d4ab429c50cef9d8d7d216 /README
parent5aa533b678a2a60f989e4686e0880e24761a9aca (diff)
downloadopenembedded-core-contrib-7f990bc0854c1a6073ae166c8448672080f82cbd.tar.gz
README: update tested versions for required packages
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index bb5c7e61dd..8f9c80b695 100644
--- a/README
+++ b/README
@@ -11,20 +11,20 @@ Setup
In order to make use of this application you will need:
-* Django 1.4.x - tested with 1.4.1; newer versions may work, but the
- application has not been tested with 1.5 or newer.
+* 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.
* 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.7.5)
- * django-registration (0.8)
- * django-reversion (1.6.5)
+ * django-south (0.8.4)
+ * django-registration (1.0)
+ * django-reversion (1.7.1)
* django-reversion-compare (0.3.5)
- * django-simple-captcha (0.3.6)
- * django-nvd3 (0.1.11)
+ * django-simple-captcha (0.4.1)
+ * django-nvd3 (0.6.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