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/topics/email.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/topics') diff --git a/docs/topics/email.txt b/docs/topics/email.txt index bc983b4f2e..37db613f82 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -527,6 +527,10 @@ To specify this backend, put the following in your settings:: This backend is not intended for use in production -- it is provided as a convenience that can be used during development. +.. versionchanged:: 3.1 + + Support for :class:`pathlib.Path` was added. + .. _topic-email-memory-backend: In-memory backend -- cgit v1.3