mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-14 10:33:11 +00:00
Version 5.0.3
This commit is contained in:
parent
83d2391250
commit
a5a15dffaa
2 changed files with 17 additions and 1 deletions
16
CHANGES.rst
16
CHANGES.rst
|
|
@ -3,6 +3,22 @@ Changes
|
|||
=======
|
||||
|
||||
|
||||
5.0.3 (2019-05-08)
|
||||
------------------
|
||||
|
||||
- Fix ``django.contrib.auth`` module ``login`` and ``logout`` functionality
|
||||
so that they work with the handlers without the an ``AxesHttpRequest``
|
||||
to improve cross compatibility with other Django applications.
|
||||
[aleksihakli]
|
||||
|
||||
- Change IP address resolution to allow empty or missing addresses.
|
||||
[aleksihakli]
|
||||
|
||||
- Add error logging for missing request attributes in the handler layer
|
||||
so that users get better indicators of misconfigured applications.
|
||||
[aleksihakli]
|
||||
|
||||
|
||||
5.0.2 (2019-05-07)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.2'
|
||||
__version__ = '5.0.3'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue