Add upgrade note for Python language support

This commit is contained in:
Aleksi Häkli 2019-04-27 16:35:11 +03:00
parent 41307e6c55
commit 43cf2b94aa

View file

@ -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