Document moving APIs in release version 5.0

Fixes #439
This commit is contained in:
Aleksi Häkli 2019-05-19 16:14:53 +03:00 committed by Aleksi Häkli
parent 3152b4d7e9
commit 03651ed3d5

View file

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