Update quickstart for Django 1.9 compatibility

fix_request_path_info
Gregory Avery-Weir 2016-01-25 11:32:42 -05:00
parent 5c4ee7484e
commit a68eb0015e
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.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
------------------------------ ------------------------------