docs: update Django support message

fix_request_path_info
Diederik van der Boor 2015-04-13 13:17:23 +02:00
parent 4088d600e0
commit d20777aa75
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Update the settings file::
'django.contrib.contenttypes',
)
The current release of *django-polymorphic* supports Django 1.4, 1.5 and 1.6 and Python 3 is supported.
The current release of *django-polymorphic* supports Django 1.4 till 1.8 and Python 3 is supported.
Making Your Models Polymorphic
------------------------------