mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-13 10:03:12 +00:00
commit
734bba3379
2 changed files with 16 additions and 1 deletions
15
CHANGES.txt
15
CHANGES.txt
|
|
@ -1,6 +1,21 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.4.1 (2018-10-18)
|
||||
------------------
|
||||
|
||||
- Add a German translation
|
||||
[adonig]
|
||||
|
||||
- Documentation wording changes
|
||||
[markddavidoff]
|
||||
|
||||
- Use `get_client_username` in `log_user_login_failed` instead of credentials
|
||||
[markddavidoff]
|
||||
|
||||
- pin prospector to 0.12.11, and pin astroid to 1.6.5
|
||||
[hsiaoyi0504]
|
||||
|
||||
4.4.0 (2018-05-26)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '4.4.0'
|
||||
__version__ = '4.4.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue