django-axes/axes
Martin Bächtold 687e51eae0
Test against Python 2.7.
As discussed in https://github.com/jazzband/django-axes/issues/264 and https://github.com/jazzband/django-axes/issues/266.

We need to install `mock` when testing against Python 2.7 because `mock` has been added to the standard lib only starting with Python 3.3.
2017-11-23 07:44:15 +01: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 2017-11-21 17:08:55 -05: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 Added form_invalid decorator. Fixes #265 2017-11-21 16:51:59 -05:00
test_settings.py Renamed middleware setting. Fixes #263 2017-11-20 09:04:15 -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 Fixes bad import 2017-11-21 16:59:42 -05:00