updated doc about supported python and django versions.

This commit is contained in:
Asif Saif Uddin 2018-09-24 19:39:33 +06:00 committed by GitHub
parent e150d24f7a
commit 4562da4e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ modify your ``INSTALLED_APPS`` setting.
Dependencies Dependencies
============ ============
``django-model-utils`` supports `Django`_ 1.8 through 2.0 (latest bugfix ``django-model-utils`` supports `Django`_ 1.8 through 2.1 (latest bugfix
release in each series only) on Python 2.7, 3.3 (Django 1.8 only), 3.4 and 3.5. release in each series only) on Python 2.7, 3.4, 3.5 and 3.6.
.. _Django: http://www.djangoproject.com/ .. _Django: http://www.djangoproject.com/