We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcb213c + b3f710d commit bb41cc4Copy full SHA for bb41cc4
1 file changed
docs/usage.rst
@@ -345,7 +345,7 @@ Middleware
345
There is optional middleware to use a custom view to handle ``Ratelimited``
346
exceptions.
347
348
-To use it, add ``ratelimit.middleware.RatelimitMiddleware`` to your
+To use it, add ``django_ratelimit.middleware.RatelimitMiddleware`` to your
349
``MIDDLEWARE`` (toward the bottom of the list) and set
350
``RATELIMIT_VIEW`` to the full path of a view you want to use.
351
0 commit comments