Skip to content

Commit

Permalink
Version 5.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Apr 27, 2019
1 parent d4dc3ba commit 3e215a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Changes
=======

5.0.0 (WIP)
-----------
5.0a1 (2019-04-27)
------------------

- Improve management commands and separate commands for resetting
all access attempts, attempts by IP, and attempts by username.
- Deprecate Python 2.7, 3.4 and 3.5 support.
[aleksihakli]

- Remove automatic decoration and monkey-patching of Django views and forms.
Decorators are available for login function and method decoration as before.
[aleksihakli]

- Use backend, middleware, and signal handlers for tracking
Expand All @@ -14,18 +17,12 @@ Changes

- Add ``AxesDatabaseHandler``, ``AxesCacheHandler``, and ``AxesDummyHandler``
handler backends for processing user login and logout events and failures.
Handlers are configurable with the ``AXES_HANDLER`` setting.
[aleksihakli, jorlugaqui, joshua-s]

- Remove automatic decoration and monkey-patching of Django views and forms.
Leave decorators available for application users who wish to
decorate their own login or other views as before.
[aleksihakli]

- Clean up code, documentation, tests, and coverage.
[aleksihakli]

- Drop support for Python 2.7, 3.4 and 3.5.
Require minimum version of Python 3.6+ from now on.
- Improve management commands and separate commands for resetting
all access attempts, attempts by IP, and attempts by username.
New command names are ``axes_reset``, ``axes_reset_ip`` and ``axes_reset_username``.
[aleksihakli]

- Add support for string import for ``AXES_USERNAME_CALLABLE``
Expand All @@ -39,6 +36,9 @@ Changes
Django ``authenticate`` method in authentication backends.
[aleksihakli]

- Improve documentation layouting and contents. Add public API reference section.
[aleksihakli]


4.5.4 (2019-01-15)
------------------
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__ = '4.5.4'
__version__ = '5.0a1'

default_app_config = 'axes.apps.AppConfig'

Expand Down

0 comments on commit 3e215a1

Please sign in to comment.