diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-06 00:33:07 -0800 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-11-06 09:33:07 +0100 |
| commit | fbbff7f80870bc3e98de4a2fc9cd853949842fd0 (patch) | |
| tree | 1bfdfcf3819aea82a8a3704ea9d5187f22edf7c3 /docs/ref | |
| parent | 422b875c6586a6548c6bf34a0851ae82198a8818 (diff) | |
Refs #29983 -- Added pathlib.Path support to the file email backend.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 <topic-email-file-backend>` to store output files. +.. versionchanged:: 3.1 + + Support for :class:`pathlib.Path` was added. + .. setting:: EMAIL_HOST ``EMAIL_HOST`` |
