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.
2 parents 77ac493 + f7fc04e commit 26c9aaaCopy full SHA for 26c9aaa
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