mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 4.3.1
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
96ab3f1a5b
commit
263d381f8c
2 changed files with 14 additions and 1 deletions
13
CHANGES.txt
13
CHANGES.txt
|
|
@ -1,6 +1,19 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.3.1 (2018-04-21)
|
||||
------------------
|
||||
|
||||
- Change custom authentication backend failures from error to warning log level
|
||||
[aleksihakli]
|
||||
|
||||
- Set up strict code linting for CI pipeline that fails builds if linting does not pass
|
||||
[aleksihakli]
|
||||
|
||||
- Clean up old code base and tests based on linter errors
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
4.3.0 (2018-04-21)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '4.2.1'
|
||||
__version__ = '4.3.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue