From 43cf2b94aa1ad21a673112e59d67eb0712c95563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sat, 27 Apr 2019 16:35:11 +0300 Subject: [PATCH] Add upgrade note for Python language support --- docs/7_upgrading.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/7_upgrading.rst b/docs/7_upgrading.rst index 7f1b397..09b5b86 100644 --- a/docs/7_upgrading.rst +++ b/docs/7_upgrading.rst @@ -12,6 +12,9 @@ Upgrading from Axes version 4 to 5 Axes version 5 has a few differences compared to Axes 4. +- Python 2.7, 3.4 and 3.5 support has been dropped. + This is to facilitate new language features and typing support, + as maintainers opted for the use of new tools in development. - Login and logout view monkey-patching was removed. Login monitoring is now implemented with signal handlers and locking users out is implemented with a combination