django-defender/defender
calmkart 71312eb841
FIX: support for special character in redis password(such like '@') (#155)
* FIX: if special character in redis password, we can set DEFENDER_REDIS_PASSWORD_QUOTE to True, and use quote password

* MOD:add test cases with password_quota = True
2020-03-13 08:13:54 -04:00
..
management PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
migrations PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
south_migrations PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
templates Example djangorestframework auth method 2017-03-21 11:03:42 -04:00
__init__.py Added changes for release 0.7.0 2020-02-23 15:23:52 -05:00
admin.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
config.py FIX: support for special character in redis password(such like '@') (#155) 2020-03-13 08:13:54 -04:00
connection.py FIX: support for special character in redis password(such like '@') (#155) 2020-03-13 08:13:54 -04:00
data.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
decorators.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
middleware.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
models.py Fixes for django 3.0+ 2020-02-23 14:25:15 -05:00
signals.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
tasks.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
test.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
test_settings.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
test_urls.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
tests.py FIX: support for special character in redis password(such like '@') (#155) 2020-03-13 08:13:54 -04:00
travis_settings.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
urls.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
utils.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00
views.py PEP8 formatting (#147) 2019-11-15 20:22:14 +02:00