django-axes/axes
Vladimir Shaykovskiy c43cd7bb9d Fixed create_new_failure_records(), added feature to lock out by USER+IP combination only
Removed unnecessary separating of one failure attempt on two AccessAttempt objects(according to current code it's not required).
Added optional feature to lock out account login from particular IP.
2015-03-20 20:56:15 +03:00
..
management Syntax error fixed - closes #104 2014-11-25 00:49:27 +01:00
__init__.py pull version from the correct package 2013-11-01 12:02:56 +00:00
admin.py added 'username' field to the Admin table 2013-07-01 16:27:31 +05:30
decorators.py Fixed create_new_failure_records(), added feature to lock out by USER+IP combination only 2015-03-20 20:56:15 +03:00
middleware.py added middleware to decorate views with watched_login 2014-12-23 08:17:34 -07:00
models.py Change IPAddressField to GenericIPAddressField 2014-07-31 17:57:33 +01:00
signals.py Fixed an issue when a user on django 1.4 logout 2013-04-20 18:39:59 -05:00
test_settings.py Add tests for the cooling off period and for the cooling off period with 2013-08-14 11:29:15 +02:00
test_urls.py Added better testing schema 2013-03-16 16:09:55 -05:00
tests.py Refactored tests to be more stable and faster 2014-05-10 12:09:25 -05:00
utils.py Improved axes_reset command. Fixes #52 2013-07-27 12:16:54 -05:00
views.py Initial import 2008-11-05 22:52:40 +00:00