Merge pull request #240 from AlJohri/patch-1

change django 1.9 to 1.10 in quickstart
This commit is contained in:
Diederik van der Boor
2016-10-04 10:30:39 +02:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ Update the settings file::
'django.contrib.contenttypes',
)
The current release of *django-polymorphic* supports Django 1.4 till 1.9 and Python 3 is supported.
The current release of *django-polymorphic* supports Django 1.4 till 1.10 and Python 3 is supported.
Making Your Models Polymorphic
------------------------------