docs: mention Python 3 support in quickstart

This commit is contained in:
Diederik van der Boor
2013-05-20 17:57:00 +02:00
parent 795441eed3
commit 9b171e9ba2
+1 -1
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
------------------------------