From 03c6ccb45f6a9586cf4c6ffe271608b39870d640 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 25 Aug 2012 22:09:47 +0100 Subject: Adding django 1.5 support mean dropping 1.2 support (no easy way to support url tag) and python 2.5 --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 486c934f..640b3567 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,8 +39,8 @@ Any and all questions, thoughts, bug reports and contributions are *hugely appre Requirements ------------ -* Python (2.5, 2.6, 2.7 supported) -* Django (1.2, 1.3, 1.4 supported) +* Python (2.6+) +* Django (1.3+) * `django.contrib.staticfiles`_ (or `django-staticfiles`_ for Django 1.2) * `URLObject`_ >= 2.0.0 * `Markdown`_ >= 2.1.0 (Optional) -- cgit v1.2.3