.gitignore
.prospector.yaml
CHANGES.rst
LICENSE
README.rst
codecov.yml
manage.py
mypy.ini
pyproject.toml
requirements-qa.txt
requirements-test.txt
requirements.txt
setup.py
.github/dependabot.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release.yml
.github/workflows/test.yml
axes/__init__.py
axes/admin.py
axes/apps.py
axes/attempts.py
axes/backends.py
axes/checks.py
axes/conf.py
axes/decorators.py
axes/exceptions.py
axes/helpers.py
axes/middleware.py
axes/models.py
axes/signals.py
axes/utils.py
axes/handlers/__init__.py
axes/handlers/base.py
axes/handlers/cache.py
axes/handlers/database.py
axes/handlers/dummy.py
axes/handlers/proxy.py
axes/handlers/test.py
axes/locale/de/LC_MESSAGES/django.mo
axes/locale/de/LC_MESSAGES/django.po
axes/locale/ru/LC_MESSAGES/django.mo
axes/locale/ru/LC_MESSAGES/django.po
axes/locale/tr/LC_MESSAGES/django.mo
axes/locale/tr/LC_MESSAGES/django.po
axes/management/__init__.py
axes/management/commands/__init__.py
axes/management/commands/axes_list_attempts.py
axes/management/commands/axes_reset.py
axes/management/commands/axes_reset_ip.py
axes/management/commands/axes_reset_logs.py
axes/management/commands/axes_reset_user.py
axes/management/commands/axes_reset_username.py
axes/migrations/0001_initial.py
axes/migrations/0002_auto_20151217_2044.py
axes/migrations/0003_auto_20160322_0929.py
axes/migrations/0004_auto_20181024_1538.py
axes/migrations/0005_remove_accessattempt_trusted.py
axes/migrations/0006_remove_accesslog_trusted.py
axes/migrations/__init__.py
django_axes.egg-info/PKG-INFO
django_axes.egg-info/SOURCES.txt
django_axes.egg-info/dependency_links.txt
django_axes.egg-info/not-zip-safe
django_axes.egg-info/requires.txt
django_axes.egg-info/top_level.txt
docs/10_changelog.rst
docs/1_requirements.rst
docs/2_installation.rst
docs/3_usage.rst
docs/4_configuration.rst
docs/5_customization.rst
docs/6_integration.rst
docs/7_architecture.rst
docs/8_reference.rst
docs/9_development.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/images/flow.png
tests/__init__.py
tests/base.py
tests/settings.py
tests/test_admin.py
tests/test_attempts.py
tests/test_backends.py
tests/test_checks.py
tests/test_decorators.py
tests/test_handlers.py
tests/test_helpers.py
tests/test_logging.py
tests/test_login.py
tests/test_management.py
tests/test_middleware.py
tests/test_models.py
tests/test_signals.py
tests/urls.py
tests/urls_empty.py