From cbe861665c108311a36798162c56c4068a444ece Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sun, 27 Jan 2013 11:40:15 -0800 Subject: [PATCH] Update supported Django versions. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dec72c6..084decc 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,7 @@ your ``INSTALLED_APPS`` setting. Dependencies ------------ -Most of ``django-model-utils`` works with `Django`_ 1.1 or later. -`InheritanceManager`_ and `SplitField`_ require Django 1.2 or later. +``django-model-utils`` is tested with `Django`_ 1.2 and later on Python 2.6 and 2.7. .. _Django: http://www.djangoproject.com/