summaryrefslogtreecommitdiff
path: root/django/utils/log.py
AgeCommit message (Expand)Author
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
2012-02-12Fixed AdminEmailHandler to format the subject message correctly when argument...Jannis Leidel
2012-02-11Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...Julien Phalip
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-09-02Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...Julien Phalip
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-17Fixed #15628 -- Made the admin error email more useful when there isn't a req...Russell Keith-Magee
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...Adrian Holovaty
2011-02-01Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...Russell Keith-Magee
2011-01-03Fixed #14973 -- Tweaked the email log handler so that the log message is actu...Russell Keith-Magee
2010-12-06Fixed #14851 -- Swapped an argument order to fix compatibility with Python<2....Jannis Leidel
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee