django-axes/axes
2016-10-24 12:24:32 +03:00
..
management Reset lockouts for user 2016-10-24 12:24:32 +03:00
migrations BUGFIX: Missing migration 2016-05-12 15:14:23 -07:00
__init__.py Bump version 2016-09-26 17:11:25 -05:00
admin.py AccessAttempts and AccessLogs should neither be addable nor editable 2016-08-18 12:11:28 +02:00
apps.py ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
decorators.py Merge pull request #193 from slurms/master 2016-09-23 11:56:34 -05:00
models.py 🔥 Clean weird logic when processing proxy ips 2016-07-20 11:38:37 -05:00
settings.py Added AXES_ONLY_USER_FAILURES to support only looking at the user ID and not the IP address. I needed to add this for offices that use the same IP. One user was locking the whole office out of my application. Tests updated as well. 2016-09-22 12:35:51 -07:00
signals.py Made the signal race condition safe. 2016-09-06 13:37:25 +02:00
test_settings.py ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
test_urls.py ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
tests.py Merge pull request #193 from slurms/master 2016-09-23 11:56:34 -05:00
utils.py 🔥 Cleaning 2016-06-24 09:42:18 -05:00