mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-26 18:44:00 +00:00
updated doc about supported python and django versions.
This commit is contained in:
parent
e150d24f7a
commit
4562da4e18
1 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue