django-axes/axes
2018-10-24 16:55:18 -07:00
..
locale/de/LC_MESSAGES Add translations for the admin fieldset headers 2018-07-17 15:57:24 +02:00
management Ignore argument definitions and import reports for signal handlers and utilities 2018-04-21 17:08:09 +03:00
migrations migration was not generated when verbose names were added for models. 2018-10-24 15:44:08 -07:00
tests add a test to make sure we don't have any more missing migrations 2018-10-24 16:55:18 -07:00
__init__.py bump version 2018-10-18 16:07:44 -07:00
admin.py Add translations for the admin fieldset headers 2018-07-17 15:57:24 +02:00
apps.py Clean up module imports 2018-04-21 00:33:44 +03:00
attempts.py Add a setting to supply a callable that can return a correct username given a request object #318 2018-05-22 14:54:45 -07:00
backends.py Backport unicode string literals for Python 2.7 2018-04-18 15:21:09 +03:00
conf.py Change _ to be gettext_lazy 2018-07-17 15:14:17 +02:00
decorators.py Add a setting to supply a callable that can return a correct username given a request object #318 2018-05-22 14:54:45 -07:00
models.py Add verbose names for the Model classes 2018-07-17 15:41:06 +02:00
signals.py for consistency use get_client_username in log_user_login_failed instead of credentials. IMHO we should be using credentials everywhere but since we're not, at least be consistent 2018-09-28 15:18:28 -07:00
test_settings.py Backport unicode string literals for Python 2.7 2018-04-18 15:21:09 +03:00
test_settings_cache.py Ignore argument definitions and import reports for signal handlers and utilities 2018-04-21 17:08:09 +03:00
test_urls.py Backport unicode string literals for Python 2.7 2018-04-18 15:21:09 +03:00
utils.py Add a setting to supply a callable that can return a correct username given a request object #318 2018-05-22 14:54:45 -07:00