From 7f248bd4bd1268b3491c6efcb37ac1dcf7e748b6 Mon Sep 17 00:00:00 2001 From: Bastien Vallet Date: Mon, 10 Aug 2020 22:48:31 +0200 Subject: [PATCH] Update README for Django compatibility list --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2905e12..15d49be 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,8 @@ Django to perform an ``INNER JOIN`` to fetch the model fields from the database. While taking this in mind, there are valid reasons for using subclassed models. That's what this library is designed for! -The current release of *django-polymorphic* supports Django 2.1, 2.2, 3.0 and Python 3.5+ is supported. +The current release of *django-polymorphic* supports Django 2.1, 2.2, 3.0, 3.1 +and Python 3.5+ is supported. For older Django versions, install *django-polymorphic==1.3*. For more information, see the `documentation at Read the Docs `_.