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 aef4b47 commit f7fc04eCopy full SHA for f7fc04e
docs/access.rst
@@ -337,7 +337,7 @@ SSLRequiredMixin
337
338
Simple view mixin that requires the incoming request to be secure by checking
339
Django's `request.is_secure()` method. By default the mixin will return a
340
-permanent (301) redirect to the https verison of the current url. Optionally
+permanent (301) redirect to the https version of the current url. Optionally
341
you can set `raise_exception=True` and a 404 will be raised.
342
343
Standard Django Usage
0 commit comments