Skip to content

Commit 3e215a1

Browse files
committed
Version 5.0a1
1 parent d4dc3ba commit 3e215a1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

CHANGES.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Changes
22
=======
33

4-
5.0.0 (WIP)
5-
-----------
4+
5.0a1 (2019-04-27)
5+
------------------
66

7-
- Improve management commands and separate commands for resetting
8-
all access attempts, attempts by IP, and attempts by username.
7+
- Deprecate Python 2.7, 3.4 and 3.5 support.
8+
[aleksihakli]
9+
10+
- Remove automatic decoration and monkey-patching of Django views and forms.
11+
Decorators are available for login function and method decoration as before.
912
[aleksihakli]
1013

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

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

19-
- Remove automatic decoration and monkey-patching of Django views and forms.
20-
Leave decorators available for application users who wish to
21-
decorate their own login or other views as before.
22-
[aleksihakli]
23-
24-
- Clean up code, documentation, tests, and coverage.
25-
[aleksihakli]
26-
27-
- Drop support for Python 2.7, 3.4 and 3.5.
28-
Require minimum version of Python 3.6+ from now on.
23+
- Improve management commands and separate commands for resetting
24+
all access attempts, attempts by IP, and attempts by username.
25+
New command names are ``axes_reset``, ``axes_reset_ip`` and ``axes_reset_username``.
2926
[aleksihakli]
3027

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

39+
- Improve documentation layouting and contents. Add public API reference section.
40+
[aleksihakli]
41+
4242

4343
4.5.4 (2019-01-15)
4444
------------------

axes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '4.5.4'
1+
__version__ = '5.0a1'
22

33
default_app_config = 'axes.apps.AppConfig'
44

0 commit comments

Comments
 (0)