From d20777aa75ad1fa66c2917a04abc627773d1a099 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 13 Apr 2015 13:17:23 +0200 Subject: [PATCH] docs: update Django support message --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 6b34bd0..68a2f25 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 and Python 3 is supported. +The current release of *django-polymorphic* supports Django 1.4 till 1.8 and Python 3 is supported. Making Your Models Polymorphic ------------------------------