docs: mention Python 3 support in quickstart

fix_request_path_info
Diederik van der Boor 2013-05-20 17:57:00 +02:00
parent 795441eed3
commit 9b171e9ba2
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.
The current release of *django-polymorphic* supports Django 1.4, 1.5 and 1.6 and Python 3 is supported.
Making Your Models Polymorphic
------------------------------