django-defender/defender
Ken Cochrane c4f3a61036 Bump for 0.4.3 release (#74)
* Bump for 0.4.3 release

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* updated travis dependencies and fixed issue with 1.10,1.11 tests

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* Added travis settings

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* Revert django 1.11 support

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
2017-04-14 18:30:58 -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 [#70] get username from request is more flexible 2017-03-10 20:04:45 +01: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 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 Use url method instead of patterns in test URLs setup. 2016-02-01 19:09:59 +03:00
tests.py Add test_disable_username_lockout 2016-06-20 13:36:02 +05:00
travis_settings.py Bump for 0.4.3 release (#74) 2017-04-14 18:30:58 -04:00
urls.py Merge pull request #59 from btoueg/patch-1 2016-05-27 14:12:16 -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