mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #29983 -- Added pathlib.Path support to the file email backend.
This commit is contained in:
parent
422b875c65
commit
fbbff7f808
5 changed files with 25 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue