After many years of using Django, I still get these confused. Actually,
I'm not even clear on where one is used over another. At the very least,
it would be nice to have the entries in the
[https://docs.djangoproject.com/en/dev/ref/settings/ settings
documentation] link to one another so that people aren't running around
trying to figure out why the email sender isn't changing properly.
--
Ticket URL: <https://code.djangoproject.com/ticket/22013>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
It seems like a good idea.
--
Ticket URL: <https://code.djangoproject.com/ticket/22013#comment:1>
* owner: nobody => zsiciarz
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/22013#comment:2>
Comment (by zsiciarz):
I clarified the difference between these two. PR here:
https://github.com/django/django/pull/2298
--
Ticket URL: <https://code.djangoproject.com/ticket/22013#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"44814e78ccd3a54da41c1b77ba3504c648ef4e89"]:
{{{
#!CommitTicketReference repository=""
revision="44814e78ccd3a54da41c1b77ba3504c648ef4e89"
Fixed #22013 -- Documented difference between SERVER_EMAIL and
DEFAULT_FROM_EMAIL.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22013#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"14366ed33e4473c8c2f321f224dd62221adc7629"]:
{{{
#!CommitTicketReference repository=""
revision="14366ed33e4473c8c2f321f224dd62221adc7629"
[1.6.x] Fixed #22013 -- Documented difference between SERVER_EMAIL and
DEFAULT_FROM_EMAIL.
Backport of 44814e78cc from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22013#comment:5>