django-axes/axes
Aleksi Häkli 396d99ccc1
Fix tests for Django 2.1
Use HTML comparisons is assertContains instead of
normal text comparisons which can change with rendering.

Fixes #374
2018-12-23 15:52:21 +01: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 Fix tests for Django 2.1 2018-12-23 15:52:21 +01:00
__init__.py Release 4.4.3 2018-12-08 15:24:52 +02: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 Backwards compatibility fixes for credentials 2018-12-23 02:58:53 +02:00
backends.py Fix AxesModelBackend function signature compatibility 2018-12-23 03:46:44 +02:00
conf.py Added setting to reset failed attempts on successful login. 2018-10-26 14:45:06 +02:00
decorators.py Add Python 3.7 to supported versions 2018-12-10 19:48:46 +02:00
models.py Add Python 3.7 to supported versions 2018-12-10 19:48:46 +02:00
signals.py Backwards compatibility fixes for credentials 2018-12-23 02:58:53 +02:00
test_settings.py Add Python 3.7 to supported versions 2018-12-10 19:48:46 +02: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 Backwards compatibility fixes for credentials 2018-12-23 02:58:53 +02:00