change django 1.9 to 1.10 in quickstart

fix_request_path_info
Al Johri 2016-09-20 00:23:41 -04:00 committed by GitHub
parent badad18a63
commit a49daa65a9
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
------------------------------ ------------------------------