Update documentation of AxesMiddleware

This commit is contained in:
Anatoly 2020-10-07 18:19:54 +02:00 committed by Aleksi Häkli
parent f17971d339
commit d0a1338eb4

View file

@ -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.