Skip to content

Commit

Permalink
Version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed May 7, 2019
1 parent 816676f commit eebf073
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
Changes
=======


5.0.2 (2019-05-03)
------------------

- Add ``AXES_ENABLED`` setting for disabling Axes with e.g. tests
that use Django test client ``login``, ``logout``, and ``force_login``
methods, which do not supply the ``request`` argument to views,
preventing Axes from functioning correctly in certain test setups.
[aleksihakli]


5.0.1 (2019-05-03)
------------------

- Add changelog to documentation.
[aleksihakli]


5.0 (2019-05-01)
----------------

Expand Down
2 changes: 1 addition & 1 deletion axes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0.1'
__version__ = '5.0.2'

default_app_config = 'axes.apps.AppConfig'

Expand Down

0 comments on commit eebf073

Please sign in to comment.