11Changes
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
43434.5.4 (2019-01-15)
4444------------------ 
0 commit comments