django-axes/axes
2016-08-22 11:53:05 +03:00
..
management Reset all attempts when ip not specified 2016-08-05 09:40:12 -07:00
migrations BUGFIX: Missing migration 2016-05-12 15:14:23 -07:00
__init__.py Release 2.2.0 2016-07-20 11:54:31 -05:00
admin.py Removed filter by ip address 2016-06-23 17:34:57 -05:00
apps.py ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
decorators.py Use socket.inet_pton() to detect workaround for axes_accesslog.ip_address 'inet' field type insert error when running behind IIS as reverse proxy which adds port number to client address in X_FORWARDED_FOR HTTP header. 2016-08-22 11:53:05 +03:00
models.py 🔥 Clean weird logic when processing proxy ips 2016-07-20 11:38:37 -05:00
settings.py Detect IPv6 addresses in decorators.get_ip() when running behind reverse proxy. 2016-08-20 11:44:20 +03:00
signals.py Added possibility to disable access log 2016-08-10 16:35:02 +02:00
test_settings.py ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
test_urls.py ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
tests.py Unsuccessful logins are logged even if access log is disabled 2016-08-11 12:45:53 +02:00
utils.py 🔥 Cleaning 2016-06-24 09:42:18 -05:00