mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.0.10
This commit is contained in:
parent
44b1911a1c
commit
9903a9d592
2 changed files with 9 additions and 1 deletions
|
|
@ -3,6 +3,14 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
5.0.10 (2019-07-25)
|
||||
------------------
|
||||
|
||||
- Refactor type checks for ``axes.helpers.get_client_cache_key``
|
||||
for framework compatibility, fixes #471.
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
5.0.9 (2019-07-11)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.9'
|
||||
__version__ = '5.0.10'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue