Commit graph

1212 commits

Author SHA1 Message Date
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
Aleksi Häkli
a4cd0502b2
Version 5.12.0 2021-01-07 18:26:39 +02:00
Aleksi Häkli
0256c94720 Migrate pytest and tox to pyproject.toml 2021-01-07 18:23:33 +02:00
Aleksi Häkli
b6b26e492f Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
Aleksi Häkli
5d042aa105 Clean up test structure
Move old test_utils content to test_helpers
to better correlate with current submodule naming
2021-01-07 18:23:33 +02:00
Aleksi Häkli
a5045f62fe Move tests outside project source folder 2021-01-07 18:23:33 +02:00
Aleksi Häkli
a37c8059bb Remove redundant MANIFEST.in file definitions 2021-01-07 18:23:33 +02:00
Hasan Ramezani
0eecff2e57 Use override_settings instead decorator context manager. 2021-01-06 23:46:54 +02:00
Aleksi Häkli
5615c1a199
Version 5.11.1 2021-01-06 23:25:59 +02:00
Clifton Barnes
d1cf5059e4 Fix formatting 2021-01-06 23:23:21 +02:00
Clifton Barnes
cff3a9254c Prevent cache entry for None username 2021-01-06 23:23:21 +02:00
Aleksi Häkli
de167e43a2
Adjust docs 2021-01-06 15:41:24 +02:00
Aleksi Häkli
e2876506db
Iterate on test structure and documentation 2021-01-06 15:25:44 +02:00
Aleksi Häkli
e9a9a3e444
Fix CI matrix definition for tox-gh-actions 2021-01-06 15:19:25 +02:00
Aleksi Häkli
1d92c10f34
Version 5.11.0 2021-01-05 19:18:39 +02:00
Aleksi Häkli
bc7be704c6 Remove max-parallel restriction from the build matrix 2021-01-05 19:16:25 +02:00
Aleksi Häkli
c998e7a595 Separate tox QA step from other commands 2021-01-05 19:16:25 +02:00