1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[4.1.x] Corrected wrap_socket() reference in docs/ref/settings.txt.

Backport of f9cdecfb0de40698eb2ce44c04068bb091fa8998 from main
This commit is contained in:
Mariusz Felisiak 2023-10-04 19:53:15 +02:00
parent e4aabf3f0f
commit 8581d91689

View File

@ -1573,8 +1573,8 @@ SSL connection.
Note that setting :setting:`EMAIL_SSL_CERTFILE` and :setting:`EMAIL_SSL_KEYFILE`
doesn't result in any certificate checking. They're passed to the underlying SSL
connection. Please refer to the documentation of Python's
:func:`python:ssl.wrap_socket` function for details on how the certificate chain
file and private key file are handled.
:meth:`python:ssl.SSLContext.wrap_socket` function for details on how the
certificate chain file and private key file are handled.
.. setting:: EMAIL_TIMEOUT