--
Ticket URL: <https://code.djangoproject.com/ticket/25178>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "25178.diff" added.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
I am not sure exactly where you propose to raise the exception, but if I
understand correctly, it's probably not an option due to backwards
compatibility as the "unset" option for `DEFAULT_FROM_EMAIL` is actually
"webmaster@localhost".
How about the attached enhancement to the deployment checklist instead?
--
Ticket URL: <https://code.djangoproject.com/ticket/25178#comment:1>
* component: Core (Mail) => Documentation
* has_patch: 0 => 1
* stage: Unreviewed => Ready for checkin
* type: Bug => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/25178#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"ae32f324981dd64d7c04fcbed9d99356914a61de" ae32f32]:
{{{
#!CommitTicketReference repository=""
revision="ae32f324981dd64d7c04fcbed9d99356914a61de"
Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25178#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"fc279ed29841c3bdabe99b45881373e42187d82a" fc279ed2]:
{{{
#!CommitTicketReference repository=""
revision="fc279ed29841c3bdabe99b45881373e42187d82a"
[1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.
Backport of ae32f324981dd64d7c04fcbed9d99356914a61de from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25178#comment:4>