mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.0.4
This commit is contained in:
parent
30184e2e52
commit
56b56a5e3d
2 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,13 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
5.0.4 (2019-05-09)
|
||||
------------------
|
||||
|
||||
- Fix regression with OAuth2 authentication backends not having remote
|
||||
IP addresses set and throwing an exception in cache key calculation.
|
||||
|
||||
|
||||
5.0.3 (2019-05-08)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.3'
|
||||
__version__ = '5.0.4'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue