django-axes/axes
Gert Van Gool 9ae2cdb168 Check the headers attribute on requests
The oauth2_provider package stores a (custom) set of headers on the
headers attribute instead of the default META attribute. Let's use it to
look up our expected keys.
2020-12-23 10:26:22 -08:00
..
management Changed the way output is handled in the management commands 2017-11-17 17:34:03 -05:00
migrations BUGFIX: Missing migration 2016-05-12 15:14:23 -07:00
tests Test against Python 2.7. 2017-11-23 07:44:15 +01:00
__init__.py Bump version (3.0.5) 2020-11-20 18:28:50 -08:00
admin.py AccessAttempts and AccessLogs should neither be addable nor editable 2016-08-18 12:11:28 +02:00
apps.py Added form_invalid decorator. Fixes #265 2017-11-21 16:51:59 -05:00
attempts.py Improve tests and fix global lockout. Fixes #261 2017-11-17 18:12:30 -05:00
conf.py Added support for Django signals, big code refactor and improvements 2017-11-17 17:15:34 -05:00
decorators.py Added form_invalid decorator. Fixes #265 2017-11-21 16:51:59 -05:00
models.py Added support for Django signals, big code refactor and improvements 2017-11-17 17:15:34 -05:00
signals.py Check the headers attribute on requests 2020-12-23 10:26:22 -08:00
test_settings.py Rename parameter. Fixes #267 2017-11-23 07:52:58 -05:00
test_urls.py Added support for Django signals, big code refactor and improvements 2017-11-17 17:15:34 -05:00
utils.py Check the headers attribute on requests 2020-12-23 10:26:22 -08:00