Merge pull request #4234 from emanuelschuetze/https

Set use_https to true
This commit is contained in:
Norman Jäckel 2019-01-31 23:43:20 +01:00 committed by GitHub
commit 7b4ea753c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -597,7 +597,7 @@ class PasswordResetView(APIView):
"""
http_method_names = ["post"]
use_https = False # TODO: Do we use https?
use_https = True # TODO: get used protocol from server, see issue #4233
def post(self, request, *args, **kwargs):
"""