Update docs to reflect supported django versions

This commit is contained in:
Charlie Denton
2017-11-03 23:46:33 +00:00
parent ca13180a61
commit 388d0e12c0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ Update the settings file::
'django.contrib.contenttypes',
)
The current release of *django-polymorphic* supports Django 1.8, 1.10, 1.11 and Python 2.7 and 3.4+ is supported.
For older Django versions, use *django-polymorphic==1.2*.
The current release of *django-polymorphic* supports Django 1.11, 2.0 and Python 2.7 and 3.4+ is supported.
For older Django versions, use *django-polymorphic==1.3*.
Making Your Models Polymorphic
------------------------------