django-defender/defender
Teemu N db7a9001db Middleware fix for django >= 1.10 (#93)
Fixes the `TypeError: object.__init__() takes no parameters` that happens with the new MIDDLEWARE that is new in django 1.10
2017-07-04 13:23:28 -04: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 Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -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 Force the username to lowercase (#90) 2017-07-01 09:24:51 -04:00
travis_settings.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
urls.py Allow usernames with plus signs in unblock view (#77) 2017-06-10 10:39:19 -04:00
utils.py Force the username to lowercase (#90) 2017-07-01 09:24:51 -04:00
views.py Use render shortcut instead of render_to_response. 2016-02-01 19:09:28 +03:00