django-defender/defender
2018-02-01 06:27:38 -05:00
..
exampleapp Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
management Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
migrations Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
south_migrations Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
templates Example djangorestframework auth method 2017-03-21 11:03:42 -04:00
__init__.py initial checkin 2014-09-23 17:31:17 -07:00
admin.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
config.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
connection.py Correctly get raw client when using django_redis cache. (#104) 2017-10-27 09:38:11 -04:00
data.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
decorators.py Allow decoration of functions beyond the admin login (#86) 2017-06-26 12:23:23 -04:00
middleware.py Middleware fix for django >= 1.10 (#93) 2017-07-04 13:23:28 -04:00
models.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
tasks.py Always define the task to store login attempt 2016-01-24 17:28:20 -08:00
test.py Provide helper TestCases to be used with Defender 2015-01-12 13:28:33 -08:00
test_settings.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
test_urls.py Allow usernames with plus signs in unblock view (#77) 2017-06-10 10:39:19 -04:00
tests.py utils: add username kwarg for providing username directly rather than via callback arg (#107) 2018-02-01 06:27:38 -05:00
travis_settings.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
urls.py Update regex for 'unblock_username_view'. (#100) 2017-08-31 11:12:14 -04:00
utils.py utils: add username kwarg for providing username directly rather than via callback arg (#107) 2018-02-01 06:27:38 -05:00
views.py replace django.core.urlresolvers with django.urls to appeace Django2.… (#106) 2017-12-11 13:52:50 -05:00