From 4562da4e18b2cf00379e22950bdb3cfd2b8f1e4c Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 24 Sep 2018 19:39:33 +0600 Subject: [PATCH] updated doc about supported python and django versions. --- docs/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index 1335bc5..1fca10c 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -17,7 +17,7 @@ modify your ``INSTALLED_APPS`` setting. Dependencies ============ -``django-model-utils`` supports `Django`_ 1.8 through 2.0 (latest bugfix -release in each series only) on Python 2.7, 3.3 (Django 1.8 only), 3.4 and 3.5. +``django-model-utils`` supports `Django`_ 1.8 through 2.1 (latest bugfix +release in each series only) on Python 2.7, 3.4, 3.5 and 3.6. .. _Django: http://www.djangoproject.com/