django-defender/defender
Marcus Martins 270b1154b7 Match Django Axes behavior on locked users
Match how Django Axes locks out users based on IP and username.
Also adds additional test to cover the functionality as the previous
tests were not verifying usernames.

Reference:
6bd5a50cb8/axes/decorators.py (L219)
2015-01-11 19:35:11 -08:00
..
migrations Add support for migrations under South and Django 1.7 2015-01-05 18:40:29 -08:00
south_migrations Add support for migrations under South and Django 1.7 2015-01-05 18:40:29 -08:00
templates/defender added unit test for custom lockout template 2015-01-02 15:43:38 -05:00
__init__.py initial checkin 2014-09-23 17:31:17 -07:00
admin.py initial checkin 2014-09-23 17:31:17 -07:00
config.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
connection.py Allow redis connections to be mocked outside tests 2015-01-08 12:56:33 -08:00
data.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
decorators.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
middleware.py moved a config out of middleware into config and also updated README 2015-01-03 10:34:19 -05:00
models.py Adding unicode support for python3 2015-01-05 17:20:24 -08:00
tasks.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
test_settings.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
test_urls.py first pass at some unit tests, still not working 2014-12-30 20:17:15 -05:00
tests.py Match Django Axes behavior on locked users 2015-01-11 19:35:11 -08:00
travis_settings.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
utils.py Match Django Axes behavior on locked users 2015-01-11 19:35:11 -08:00
views.py minor cleanup 2015-01-01 13:40:05 -05:00