mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 4.5.2
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
bbcd02d805
commit
4a29d5a8fc
2 changed files with 11 additions and 1 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -1,12 +1,22 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
4.5.2 (2019-01-12)
|
||||
------------------
|
||||
|
||||
- Added Turkish translations
|
||||
[obayhan]
|
||||
|
||||
|
||||
4.5.1 (2019-01-11)
|
||||
------------------
|
||||
|
||||
- Removed duplicated check that was causing issues when using APIs.
|
||||
[camilonova]
|
||||
|
||||
- Added Russian translations
|
||||
[lubicz-sielski]
|
||||
|
||||
|
||||
4.5.0 (2018-12-25)
|
||||
------------------
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '4.5.1'
|
||||
__version__ = '4.5.2'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue