On Thu, Jan 27, 2011 at 7:10 AM, Torsten Bronger <bron...@physik.rwth-aachen.de> wrote: > Hallöchen! > > I just upgraded from Django 13xxx to the current SVN. Before the > upgrade, error emails from 500 errors to the admins lokked like > <http://dpaste.com/357039/>. I liked that very much, especially > because the traceback was easily readable. > > Now, they look like <http://dpaste.com/357032/>. It's the > text/plain part of the email (my client can't display HTML). Is > there a possibility to get the old, for me clearer emails back, at > least almost?
Sorry to be the bearer of bad news, but this means your mail client is broken (or, at least, misconfigured). Although we now send HTML error mails, we still send the original text mail, in exactly the same format as before. We do this by sending two MIME enclosures in the message; a text/plain enclosure with the raw-text version, and a text/html version with the full markup. The first MIME enclosure is always the text/plain enclosure. So - I don't know what mail client you're using, but you need to convince it to display the text/plain option, rather than the text/html option. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.