From 4a63a38e97ee79b1fcc09053898af446d38b81ce Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Tue, 13 Sep 2016 13:29:06 +0200 Subject: [PATCH] #0.7; add info to readme about django 1.10 support --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 85405e828..8ad8f4c12 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,12 @@ Prerequisites - Django 1.5, 1.6, 1.7, 1.8, 1.9 - Python >= 2.6.8, >= 2.7, >= 3.3 +Note, that Django 1.10 is not yet proclaimed to be flawlessly supported, +however it's in progress. The latest core and contrib packages (from master +branch, with no additional dependencies) have been tested against the latest +stable Django 1.10 release. All tests have successfully passed, although it's +yet too early to claim that Django 1.10 is fully supported. + Key concepts ============ - Each form consists of elements. Form elements are divided into two groups: