Merge pull request #196 from GregoryAveryWeir/patch-1

Update quickstart for Django 1.9 compatibility
This commit is contained in:
Diederik van der Boor
2016-02-17 11:11:40 +01:00
+1 -1
View File
@@ -12,7 +12,7 @@ Update the settings file::
'django.contrib.contenttypes', 'django.contrib.contenttypes',
) )
The current release of *django-polymorphic* supports Django 1.4 till 1.8 and Python 3 is supported. The current release of *django-polymorphic* supports Django 1.4 till 1.9 and Python 3 is supported.
Making Your Models Polymorphic Making Your Models Polymorphic
------------------------------ ------------------------------