From a49daa65a9fc9d6ff4a9e78271b155a4cead8777 Mon Sep 17 00:00:00 2001 From: Al Johri Date: Tue, 20 Sep 2016 00:23:41 -0400 Subject: [PATCH] change django 1.9 to 1.10 in quickstart --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index f14c816..254918a 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.9 and Python 3 is supported. +The current release of *django-polymorphic* supports Django 1.4 till 1.10 and Python 3 is supported. Making Your Models Polymorphic ------------------------------