From 7f990bc0854c1a6073ae166c8448672080f82cbd Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 4 Mar 2014 12:27:06 +0000 Subject: [PATCH] README: update tested versions for required packages Signed-off-by: Paul Eggleton --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index bb5c7e6..8f9c80b 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