mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +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
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue