mirror of
https://github.com/django/django.git
synced 2025-06-18 09:59:13 +00:00
Follow up to 2848e5d0ce5cf3c31fe87525536093b21d570f69.
This commit is contained in:
parent
7bbbadc693
commit
5a6d4d3bfd
@ -467,6 +467,12 @@ Miscellaneous
|
|||||||
|
|
||||||
* Support for ``PROJ`` < 5 is removed.
|
* Support for ``PROJ`` < 5 is removed.
|
||||||
|
|
||||||
|
* :class:`~django.core.mail.backends.smtp.EmailBackend` now verifies a
|
||||||
|
:py:attr:`hostname <ssl.SSLContext.check_hostname>` and
|
||||||
|
:py:attr:`certificates <ssl.SSLContext.verify_mode>`. If you need the
|
||||||
|
previous behavior that is less restrictive and not recommended, subclass
|
||||||
|
``EmailBackend`` and override the ``ssl_context`` property.
|
||||||
|
|
||||||
.. _deprecated-features-4.2:
|
.. _deprecated-features-4.2:
|
||||||
|
|
||||||
Features deprecated in 4.2
|
Features deprecated in 4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user