From 1c5f525b5807c9b0225f3eea2f36b16cd3907503 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Fri, 10 Feb 2017 16:42:40 -0500 Subject: [PATCH] Update doc index to say Django 1.8+ required, instead of 1.7+ --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 483d5d84..e2fab98a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,6 +70,6 @@ Dependencies ------------ 1. Python 2.7+ (or 3.3+) -2. Django (1.7 or newer) +2. Django (1.8 or newer) 3. An existing **working** Django project with database etc. If you cannot log into the Admin, you won't get this product working! This means you **must** run `syncdb` **before** you add ``helpdesk`` to your ``INSTALLED_APPS``.