django-defender/defender
Mattia Procopio b985d17beb Allow decoration of functions beyond the admin login (#86)
* Allow decoration of functions beyond the admin login

* Exclude tests file from coverage

* Allow installing django 1.11

* Add python 3.6 for testing
2017-06-26 12:23:23 -04: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 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 removing the django admin filter for username 2016-02-09 12:11:06 -05:00
config.py Taking redis client from django.core.cache (#82) 2017-06-24 19:17:15 -04:00
connection.py Taking redis client from django.core.cache (#82) 2017-06-24 19:17:15 -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 Allow decoration of functions beyond the admin login (#86) 2017-06-26 12:23:23 -04:00
models.py Adding unicode support for python3 2015-01-05 17:20:24 -08: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 Bump for 0.4.3 release (#74) 2017-04-14 18:30:58 -04:00
test_urls.py Allow usernames with plus signs in unblock view (#77) 2017-06-10 10:39:19 -04:00
tests.py Allow decoration of functions beyond the admin login (#86) 2017-06-26 12:23:23 -04:00
travis_settings.py Taking redis client from django.core.cache (#82) 2017-06-24 19:17:15 -04:00
urls.py Allow usernames with plus signs in unblock view (#77) 2017-06-10 10:39:19 -04:00
utils.py [#70] get username from request is more flexible 2017-03-10 20:04:45 +01:00
views.py Use render shortcut instead of render_to_response. 2016-02-01 19:09:28 +03:00