mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-16 03:23:11 +00:00
Add AXES_LOGGER deprecation notice to checks
This commit is contained in:
parent
00635d3ad0
commit
4cac338138
1 changed files with 4 additions and 1 deletions
|
|
@ -121,7 +121,10 @@ def axes_backend_check(app_configs, **kwargs): # pylint: disable=unused-argumen
|
|||
def axes_deprecation_check(app_configs, **kwargs): # pylint: disable=unused-argument
|
||||
warnings = []
|
||||
|
||||
deprecated_settings = ["AXES_DISABLE_SUCCESS_ACCESS_LOG"]
|
||||
deprecated_settings = [
|
||||
"AXES_DISABLE_SUCCESS_ACCESS_LOG",
|
||||
"AXES_LOGGER",
|
||||
]
|
||||
|
||||
for deprecated_setting in deprecated_settings:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue