mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fix small typo
This commit is contained in:
parent
ff3773a518
commit
ae64946a46
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ The following ``settings.py`` options are available for customizing Axes behavio
|
|||
* ``AXES_WHITELIST_CALLABLE``: A callable or a string path to callable that takes
|
||||
two arguments for whitelisting determination and returns True,
|
||||
if user should be whitelisted:
|
||||
``def is_whilisted(request: HttpRequest, credentials: dict) -> bool: ...``.
|
||||
``def is_whitelisted(request: HttpRequest, credentials: dict) -> bool: ...``.
|
||||
This can be any callable similarly to ``AXES_USERNAME_CALLABLE``.
|
||||
Default: ``None``
|
||||
* ``AXES_LOCKOUT_CALLABLE``: A callable or a string path to callable that takes
|
||||
|
|
|
|||
Loading…
Reference in a new issue