Skip to content

Commit

Permalink
Merge pull request #286 from jacebrowning/patch-1
Browse files Browse the repository at this point in the history
Fix middleware name
  • Loading branch information
jsocol authored May 2, 2023
2 parents bcb213c + b3f710d commit bb41cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Middleware
There is optional middleware to use a custom view to handle ``Ratelimited``
exceptions.
To use it, add ``ratelimit.middleware.RatelimitMiddleware`` to your
To use it, add ``django_ratelimit.middleware.RatelimitMiddleware`` to your
``MIDDLEWARE`` (toward the bottom of the list) and set
``RATELIMIT_VIEW`` to the full path of a view you want to use.
Expand Down

0 comments on commit bb41cc4

Please sign in to comment.