django-axes/axes
Camilo Nova a2860d287f Merge pull request #97 from SteveByerly/master
Allow for user-defined username field for lookup in POST data
2014-09-17 16:12:07 -05:00
..
management Merge pull request #66 from nicois/master 2014-04-09 06:54:41 -05: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 Merge pull request #97 from SteveByerly/master 2014-09-17 16:12:07 -05:00
middleware.py Removed duplicated watching for the login function, because admin uses the login function from auth.views too. Fixes #17 2013-03-16 18:06:17 -05: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