Refs #29983 -- Added pathlib.Path support to the file email backend.

This commit is contained in:
Jon Dufresne 2019-11-06 00:33:07 -08:00 committed by Carlton Gibson
parent 422b875c65
commit fbbff7f808
5 changed files with 25 additions and 5 deletions

View file

@ -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