From d04a6552a41e7349d00969e5b2a564284e2e15e1 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Fri, 12 Apr 2013 07:57:00 -0700 Subject: [PATCH] Update supported Python/Django versions in README --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b73ca5d..1ceea79 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,8 @@ your ``INSTALLED_APPS`` setting. Dependencies ------------ -``django-model-utils`` is tested with `Django`_ 1.2 and later on Python 2.6 and 2.7. +``django-model-utils`` supports `Django`_ 1.4.2 and later on Python 2.6, 2.7, +3.2, and 3.3. .. _Django: http://www.djangoproject.com/