From 9ff20a6310baf326d21529f3851447ab1ad2ef8b Mon Sep 17 00:00:00 2001 From: Andy Baker Date: Tue, 7 Jul 2015 15:22:20 +0100 Subject: [PATCH] Mention earlier version for Django <=1.6 --- INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 5e0d7eb..4ef78df 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,12 @@ Thanks for downloading django-admin-tools. This application requires Python 2.7 or later and Django 1.7 or newer. django-admin-tools is fully compatible with Python 3. -It is also recommended that you install the FeedParser module + +Important note to users of django 1.6 or below: starting from 0.6.0, +django-admin-tools is *NOT* compatible with Django <= 1.6. If you want, +you can still use the 0.5.2 version. + +It is recommended that you install the FeedParser module (http://www.feedparser.org/) if you want to use the feed dashboard module. To install django-admin-tools, run the following command inside this directory::