Opened 16 years ago
Closed 16 years ago
#7337 closed (invalid)
Add server date and time to manager emails sent out for server errors (500)
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | 500 error email | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The server time should be included in emails for time sensitive errors. Sometimes emails get delayed and exact error date/time info is lost.
Attachments (2)
Change History (5)
by , 16 years ago
by , 16 years ago
comment:2 by , 16 years ago
Has patch: | set |
---|
Ed, the best way of submitting a patch is to edit the files you want, and then run svn diff to generate a patch. So if, for example, you want to save the patch in your home directory, you might run something like:
svn diff > ~/django-fix.diff
You can then attach that file and Trac will automatically highlight the lines that have changed. I've attached your changes as a patch so you can see how it works.
Having said that, I don't believe this is a bug that needs fixing. The emails that are sent already include a proper Date header that is added in /django/core/mail.py. It sounds like you have your mail client configured to display the date received rather than the date sent.
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Change to base.py