django-axes/axes
2015-08-31 10:18:27 -04: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 Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True 2015-08-31 10:18:27 -04: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 Cleaned testing, removing global state and made some tweaks 2015-03-23 08:56:22 -05:00
test_urls.py Added better testing schema 2013-03-16 16:09:55 -05:00
tests.py Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True 2015-08-31 10:18:27 -04: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