From fbbff7f80870bc3e98de4a2fc9cd853949842fd0 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 6 Nov 2019 00:33:07 -0800 Subject: Refs #29983 -- Added pathlib.Path support to the file email backend. --- docs/ref/settings.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index d67d706d66..97b1584765 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1283,6 +1283,10 @@ Default: Not defined The directory used by the :ref:`file email backend ` to store output files. +.. versionchanged:: 3.1 + + Support for :class:`pathlib.Path` was added. + .. setting:: EMAIL_HOST ``EMAIL_HOST`` -- cgit v1.3