docs: mention Python 3 support in quickstart
parent
795441eed3
commit
9b171e9ba2
|
|
@ -12,7 +12,7 @@ Update the settings file::
|
||||||
'django.contrib.contenttypes',
|
'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
|
Making Your Models Polymorphic
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue