mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Merge branch 'master' into tests/security-check-w006
This commit is contained in:
commit
e03216e45d
2 changed files with 4 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
-e .
|
||||
black==25.11.0
|
||||
coverage==7.13.0
|
||||
coverage==7.13.3
|
||||
django-ipware>=3
|
||||
mypy==1.19.1
|
||||
prospector==1.17.3
|
||||
prospector==1.18.0
|
||||
pytest-cov==7.0.0
|
||||
pytest-django==4.11.1
|
||||
pytest-subtests==0.15.0
|
||||
pytest==9.0.2
|
||||
sphinx_rtd_theme==3.0.2
|
||||
sphinx_rtd_theme==3.1.0
|
||||
tox==4.32.0
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ class ConfCheckTestCase(AxesTestCase):
|
|||
warnings = run_checks()
|
||||
self.assertEqual(warnings, [])
|
||||
|
||||
|
||||
class LockoutParametersCheckTestCase(AxesTestCase):
|
||||
@override_settings(AXES_LOCKOUT_PARAMETERS=["ip_address", "username"])
|
||||
def test_valid_configuration(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue