mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-23 06:35:48 +00:00
Update documentation of AxesMiddleware
This commit is contained in:
parent
f17971d339
commit
d0a1338eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class AxesMiddleware:
|
|||
Middleware that calculates necessary HTTP request attributes for attempt monitoring
|
||||
and maps lockout signals into readable HTTP 403 Forbidden responses.
|
||||
|
||||
If a project uses `django rest framework`` then the middleware updates the
|
||||
If a project uses ``django rest framework`` then the middleware updates the
|
||||
request and checks whether the limit has been exceeded. It's needed only
|
||||
for integration with DRF because it uses its own request object.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue