django-defender/defender
2015-02-24 21:52:10 -05: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
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 finished working on the defender admin, cleaned some stuff up, added some notes and screenshots 2015-01-28 20:19:16 -05:00
config.py added fixes for issue #32, hopefully this closes the security hole that @mmetince found 2015-02-24 18:16:08 -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 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 added ipv6 addresses to the test, and updated the ipv6 regex to something that worked better 2015-02-24 21:52:10 -05:00
travis_settings.py cleaned up a little remove the ViewDecoratorMiddleware 2015-01-25 22:48:02 -05:00
urls.py finished working on the defender admin, cleaned some stuff up, added some notes and screenshots 2015-01-28 20:19:16 -05:00
utils.py added ipv6 addresses to the test, and updated the ipv6 regex to something that worked better 2015-02-24 21:52:10 -05:00
views.py locked down the defender views 2015-01-29 08:22:29 -05:00