From a849866bcb0c61e01dfd4e4723c6caab84dc2359 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 31 Mar 2018 17:05:39 +0300 Subject: [PATCH] Make it more clear Django 2.X is supported --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8fe6a3f..e0d9862 100644 --- a/README.rst +++ b/README.rst @@ -361,9 +361,9 @@ Frequently asked questions (FAQ) No. Only Python 3.5 or newer is supported. We're using type hints. These do not work well under older versions of Python. -2. Does this package work with Django 1.X? +2. With what Django versions does this package work? - No. Only Django 1.11 or newer is supported. This is because we rely on Django's ``HStoreField`` and template-based widget rendering. + Only Django 1.11 or newer is supported, this includes Django 2.X. This is because we rely on Django's ``HStoreField`` and template-based widget rendering. 3. Does this package come with support for Django Admin?