django-axes/axes
Aleksi Häkli d08aaa5602
Merge pull request #315 from markddavidoff/add-middleware
use an authentication backend to check if user is locked out.
2018-04-11 20:02:29 +03:00
..
management Changed the way output is handled in the management commands 2017-11-17 17:34:03 -05:00
migrations BUGFIX: Missing migration 2016-05-12 15:14:23 -07:00
tests Added django-ipware 2017-12-13 14:35:19 -05:00
__init__.py Bump version to 4.1.0 2018-02-18 13:59:07 +02:00
admin.py Remove filtering by username 2017-12-06 08:35:44 -05:00
apps.py Clean up apps setup errors and remove obsolete comments 2018-02-18 13:52:26 +02:00
attempts.py switch get_ip calls to use newer non-deprecated get_client_ip method 2018-03-13 09:39:19 -07:00
backends.py change ValueError to specific Exception 2018-04-07 11:41:42 -07:00
conf.py add an authentication backend to check if user is locked out. 2018-04-06 16:01:23 -07:00
decorators.py add an authentication backend to check if user is locked out. 2018-04-06 16:01:23 -07:00
models.py Added support for Django signals, big code refactor and improvements 2017-11-17 17:15:34 -05:00
signals.py Added AXES_CACHE setting for specifying axes cache 2018-02-17 16:06:27 +02:00
test_settings.py Rename parameter. Fixes #267 2017-11-23 07:52:58 -05:00
test_settings_cache.py Factor cache test to test for custom cache backend 2018-02-18 13:51:43 +02:00
test_urls.py Added support for Django signals, big code refactor and improvements 2017-11-17 17:15:34 -05:00
utils.py add an authentication backend to check if user is locked out. 2018-04-06 16:01:23 -07:00