diff --git a/docs/index.rst b/docs/index.rst index e2fab98a..ae9e3ead 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,7 +69,7 @@ django-helpdesk is released under the BSD license, however it packages 3rd party Dependencies ------------ -1. Python 2.7+ (or 3.3+) +1. Python 2.7+ (or 3.4+) 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``.