Merge pull request #240 from AlJohri/patch-1

change django 1.9 to 1.10 in quickstart
fix_request_path_info
Diederik van der Boor 2016-10-04 10:30:39 +02:00 committed by GitHub
commit f4bee9d34f
1 changed files with 1 additions and 1 deletions

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.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 Making Your Models Polymorphic
------------------------------ ------------------------------