django-axes/axes
2013-07-27 12:16:54 -05:00
..
management Improved axes_reset command. Fixes #52 2013-07-27 12:16:54 -05:00
__init__.py Removed fallback logging creation since logging cames by default on django 1.4 or later, if you don't have it is because you explicitly wanted. Fixes #45 2013-04-29 12:27:41 -05:00
admin.py added 'username' field to the Admin table 2013-07-01 16:27:31 +05:30
decorators.py Removed fallback logging creation since logging cames by default on django 1.4 or later, if you don't have it is because you explicitly wanted. Fixes #45 2013-04-29 12:27:41 -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 Make sure axes can handle weird user agents. Fixes #38 2013-04-04 19:19:52 -05: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 Improved tests so it really looks for the rabbit in the hole 2013-04-20 17:53:42 -05:00
test_urls.py Added better testing schema 2013-03-16 16:09:55 -05:00
tests.py Improved axes_reset command. Fixes #52 2013-07-27 12:16:54 -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