We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb213c commit b3f710dCopy full SHA for b3f710d
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