From 9b171e9ba2c3dd8983ee5ce8f8f2080b8bc2b03c Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 20 May 2013 17:57:00 +0200 Subject: [PATCH] docs: mention Python 3 support in quickstart --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 45f6d23..6b34bd0 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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 ------------------------------