From 4b0d70f99ad14d1d0ad1b6f82d3672ea18894b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sun, 27 Sep 2020 16:33:56 +0300 Subject: [PATCH] Version 5.7.1 --- CHANGES.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3b811d0..b08ad0b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,19 @@ Changes ======= +5.7.1 (2020-09-27) +------------------ + +- Adjust settings import and handling chain + for cleaner module import and invocation order. + [aleksihakli] +- Adjust the use of ``AXES_ENABLED`` flag so that + imports are always done the same way and initial log + is written regardless of the setting and it only affects + code that is decorated or wrapped with ``toggleable``. + [alekshakli] + + 5.7.0 (2020-09-26) ------------------ @@ -14,7 +27,7 @@ Changes 5.6.2 (2020-09-20) ------------------ -- Fix regression in `axes_reset_user` management command. +- Fix regression in ``axes_reset_user`` management command. [aleksihakli]