Michael O'Connor
170dacc112
Integrate AXS_SENSITIVE_PARAMETERS functionality with AXES_PASSWORD_FORM_FIELD
2021-05-03 17:10:45 +03:00
Michael O'Connor
f54c4f095b
Add option to cleanse sensitive GET and POST params in database handler
2021-05-03 17:10:45 +03:00
dependabot[bot]
f338057a96
Bump black from 21.4b1 to 21.4b2
...
Bumps [black](https://github.com/psf/black ) from 21.4b1 to 21.4b2.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 16:51:00 +03:00
Hasan Ramezani
73fd56dde3
Merge pull request #741 from jazzband/dependabot/pip/black-21.4b1
...
Bump black from 20.8b1 to 21.4b1
2021-04-28 18:54:01 +04:30
dependabot[bot]
d28f7e43d1
Bump black from 20.8b1 to 21.4b1
...
Bumps [black](https://github.com/psf/black ) from 20.8b1 to 21.4b1.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-28 12:08:54 +00:00
Aleksi Häkli
3c56cf6395
Add .vscode to .gitignore
2021-04-18 19:26:33 +03:00
Hasan Ramezani
f50fecd173
Add supported Python and Django badges to README.rst
2021-04-18 14:03:16 +03:00
dependabot[bot]
8f219720ef
Bump pytest-django from 4.1.0 to 4.2.0
...
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases )
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst )
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 16:42:29 +03:00
Aleksi Häkli
5790b09188
Fix docs build settings loading
2021-04-06 22:19:00 +03:00
Aleksi Häkli
5cc75704c7
Version 5.14.0
2021-04-06 20:16:42 +03:00
dependabot[bot]
ddf21d114c
Bump pytest from 6.2.2 to 6.2.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.2...6.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06 20:15:19 +03:00
dependabot[bot]
4e9f94bbd5
Bump sphinx-rtd-theme from 0.5.1 to 0.5.2
...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases )
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst )
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.5.1...0.5.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06 20:14:53 +03:00
Aleksi Häkli
962c77af14
Merge pull request #734 from hramezani/drop_django3
...
Drop Django3.0 support.
2021-04-06 20:14:25 +03:00
Aleksi Häkli
1a94e3770c
Merge branch 'master' into drop_django3
2021-04-06 20:13:08 +03:00
Hasan Ramezani
80287bb10a
Fix comment typo in github action test pipeline.
2021-04-06 20:11:14 +03:00
Hasan Ramezani
6b2da1f152
Add support for Django 3.2
2021-04-06 20:11:14 +03:00
Hasan Ramezani
dc8aa0df95
Drop Django3.0 support.
2021-04-06 17:13:24 +02:00
dependabot[bot]
ea4d3c477d
Bump tox from 3.22.0 to 3.23.0
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.22.0 to 3.23.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/3.23.0/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.22.0...3.23.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 11:43:11 +02:00
Jannis Leidel
bf4de903c2
Merge pull request #726 from jazzband/master-to-main
...
Rename Django's dev branch to main.
2021-03-09 13:12:46 +01:00
Jannis Leidel
0e922e0d9c
Rename Django's dev branch to main.
...
More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048
2021-03-09 12:40:04 +01:00
Aleksi Häkli
50a6baae2a
Add example on custom lockout responses
...
Fixes #715
2021-03-02 18:52:56 +02:00
dependabot[bot]
491b7f2381
Bump coverage from 5.4 to 5.5
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 5.4 to 5.5.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.4...coverage-5.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 13:50:03 +02:00
Aleksi Häkli
69af352d6e
Mark flaky tests on database handler tests on PyPy runtime
...
The database handler tests fail from time to time due to slow PyPy startup time
which results in tests failing unexpectedly which only happens on PyPy.
This PR requires CPython runtime to pass the tests and indicates failures,
but does not fail the test suite due to them.
2021-03-01 13:49:53 +02:00
Aleksi Häkli
f6e6d32672
Create codeql-analysis.yml
2021-03-01 13:06:46 +02:00
Aleksi Häkli
0eaa5b077b
Create Dependabot config file
2021-03-01 13:05:18 +02:00
Aleksi Häkli
74c57b527f
Update CHANGES.rst
2021-02-24 19:03:59 +02:00
Ashok Argent-Katwala
bdffe67bd8
Add trailing period for consistency.
...
The other lock-out message has whole sentences, and two of the three translations do.
2021-02-24 19:02:40 +02:00
dependabot-preview[bot]
7078358287
Bump mypy from 0.800 to 0.812
...
Bumps [mypy](https://github.com/python/mypy ) from 0.800 to 0.812.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.800...v0.812 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-22 10:52:16 +00:00
Aleksi Häkli
13a95a1e99
Version 5.13.1
2021-02-22 12:29:10 +02:00
Aleksi Häkli
273912559c
Update CHANGES.rst
2021-02-20 15:32:51 +02:00
Aleksi Häkli
498894a253
Update CHANGES.rst
2021-02-20 15:32:21 +02:00
Christian Bundy
2241dbe011
Set AXES_VERBOSE default to AXES_ENABLED
...
Problem: When `AXES_ENABLED == False` we still see log output because `AXES_VERBOSE == True`.
Solution: Change `AXES_VERBOSE` default so that if django-axes is disabled then we don't output to stdout.
2021-02-20 15:30:59 +02:00
Aleksi Häkli
f619a24797
Update CHANGES.rst
2021-02-19 11:00:30 +02:00
Stenkar
ac41aa9135
Fix docs AXES_HANDLER default handler
2021-02-19 10:59:01 +02:00
dependabot-preview[bot]
6818161a02
Bump tox from 3.21.4 to 3.22.0
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.21.4 to 3.22.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.21.4...3.22.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-16 10:46:43 +00:00
Aleksi Häkli
c01acaef2c
Version 5.13.0
2021-02-15 20:40:41 +02:00
Aleksi Häkli
404bf99ec4
PyPy adjustments
2021-02-15 20:37:50 +02:00
Aleksi Häkli
a14f93459d
Reconfigure GitHub test matrix for Django 3.2
...
Drop unsupported Python versions
and run in experimental mode
pip failures fail the whole pipeline
when a package has mismatching version specifiers
2021-02-15 20:33:21 +02:00
Aleksi Häkli
4fdbd51284
Allow Django dev version tests to fail
2021-02-15 20:22:49 +02:00
Nat Gordon
d4e97123f2
Add support to reset attempts on the cache handler
2021-02-15 20:20:49 +02:00
dependabot-preview[bot]
ec0b5d7d56
Bump tox from 3.21.3 to 3.21.4
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.21.3 to 3.21.4.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.21.3...3.21.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-03 14:20:05 +00:00
dependabot-preview[bot]
c72e5ec9aa
Bump tox from 3.21.2 to 3.21.3
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.21.2 to 3.21.3.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.21.2...3.21.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-28 10:45:05 +00:00
dependabot-preview[bot]
6f9435cd62
Bump coverage from 5.3.1 to 5.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 5.3.1 to 5.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.3.1...coverage-5.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-27 10:30:58 +00:00
dependabot-preview[bot]
0f491e7b78
Bump pytest from 6.2.1 to 6.2.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.1...6.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-26 10:47:08 +00:00
dependabot-preview[bot]
94b2f54f1a
Bump mypy from 0.790 to 0.800
...
Bumps [mypy](https://github.com/python/mypy ) from 0.790 to 0.800.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.790...v0.800 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-25 10:30:53 +00:00
dependabot-preview[bot]
6e3024a4c6
Bump pytest-cov from 2.11.0 to 2.11.1
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.0...v2.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-21 10:50:16 +00:00
dependabot-preview[bot]
81af4058e6
Bump tox from 3.21.1 to 3.21.2
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.21.1 to 3.21.2.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.21.1...3.21.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 11:36:08 +00:00
dependabot-preview[bot]
9923f188cc
Bump pytest-cov from 2.10.1 to 2.11.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-18 11:13:32 +00:00
dependabot-preview[bot]
6b240870a4
Bump tox from 3.21.0 to 3.21.1
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.21.0 to 3.21.1.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.21.0...3.21.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-13 10:50:34 +00:00
dependabot-preview[bot]
0e75ee32ea
Bump tox from 3.20.1 to 3.21.0
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.20.1 to 3.21.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.20.1...3.21.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-11 11:28:03 +00:00