From 03651ed3d5ba5bb6b81ee8e175119f0315590803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sun, 19 May 2019 16:14:53 +0300 Subject: [PATCH] Document moving APIs in release version 5.0 Fixes #439 --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 26b8b6a..04cc5a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -88,6 +88,11 @@ Changes Django ``authenticate`` method in authentication backends. [aleksihakli] +- Move ``axes.attempts.is_already_locked`` function to ``axes.handlers.AxesProxyHandler.is_locked``. + Various other previously undocumented methods have been deprecated and moved inside the project. + The new documented public APIs can be considered as stable and can be safely utilized by other projects. + [aleksihakli] + - Improve documentation layouting and contents. Add public API reference section. [aleksihakli]