From a68eb0015e55da3c67c2c4659aeac2e02b35990a Mon Sep 17 00:00:00 2001 From: Gregory Avery-Weir Date: Mon, 25 Jan 2016 11:32:42 -0500 Subject: [PATCH] Update quickstart for Django 1.9 compatibility --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 85e7f61..f14c816 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 till 1.8 and Python 3 is supported. +The current release of *django-polymorphic* supports Django 1.4 till 1.9 and Python 3 is supported. Making Your Models Polymorphic ------------------------------