django-defender/defender
bc Wong f9047162d4 Add helpers that do not assume how to retrieve username
The `is_already_locked` method assumes how the username is stored in the
request. This patch adds helpers that don't to allow for more flexible
implementation.
2016-01-24 09:41:43 -08:00
..
exampleapp finished working on the defender admin, cleaned some stuff up, added some notes and screenshots 2015-01-28 20:19:16 -05:00
management renamed the file to the correct name 2015-03-24 15:27:57 -04: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 updated lockout.html template 2015-01-29 08:15:38 -05:00
__init__.py initial checkin 2014-09-23 17:31:17 -07:00
admin.py fixed issues #15 #35 and #36, added way to clean up access attempt table, as well as an option to not login attempts. Also speed up django admin pages 2015-03-20 10:09:39 -04:00
config.py fixed pep8 issues 2015-10-21 16:44:12 -04:00
connection.py cleaned up some landscape.io warnings 2015-03-20 11:09:45 -04: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 cleaned up a little remove the ViewDecoratorMiddleware 2015-01-25 22:48:02 -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.py Provide helper TestCases to be used with Defender 2015-01-12 13:28:33 -08:00
test_settings.py cleaned up a little remove the ViewDecoratorMiddleware 2015-01-25 22:48:02 -05:00
test_urls.py first pass at some unit tests, still not working 2014-12-30 20:17:15 -05:00
tests.py Add helpers that do not assume how to retrieve username 2016-01-24 09:41:43 -08:00
travis_settings.py cleaned up a little remove the ViewDecoratorMiddleware 2015-01-25 22:48:02 -05:00
urls.py cleaned up some landscape.io warnings 2015-03-20 11:09:45 -04:00
utils.py Add helpers that do not assume how to retrieve username 2016-01-24 09:41:43 -08:00
views.py cleaned up some landscape.io warnings 2015-03-20 11:09:45 -04:00