index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
log.py
Age
Commit message (
Expand
)
Author
2014-10-06
[1.7.x] Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII chara...
Tim Graham
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-03-08
Avoided changing raw DeprecationWarning filter behavior
Claude Paroz
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-13
Fixed #20844 -- Made AdminEmailHandler respect LOGGING 'formatter' setting.
Daniel Sokolowski
2013-07-01
Relied on NullHandler from the logging stdlib module.
Aymeric Augustin
2013-07-01
Deprecated django.utils.dictconfig.
Aymeric Augustin
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-01-21
Fixed #19637 -- Ensured AdminEmailHandler fails silently
Claude Paroz
2012-12-29
Removed backwards-compatibility shim for #16288.
Aymeric Augustin
2012-11-20
Fixed #19325 - Made email backend of AdminEmailHandler configurable
Hannes Struss
2012-11-16
Fixed #18985 -- made DeprecationWarnings loud
Preston Holmes
2012-11-12
Negligible spacing fix in utils/log.py
Adrian Holovaty
2012-09-29
Moved filter at handler level
Claude Paroz
2012-09-29
Fixed #18993 -- 'django' logger logs to console when DEBUG=True
Claude Paroz
2012-09-29
Combined Django DEFAULT_LOGGING with user LOGGING config
Claude Paroz
2012-02-12
Fixed AdminEmailHandler to format the subject message correctly when argument...
Jannis Leidel
2012-02-11
Fixed #17281 -- Prevented `AdminErrorHandler` from silently failing if the lo...
Julien Phalip
2011-09-16
Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...
Carl Meyer
2011-09-02
Fixed #16736 -- Enabled the merging of user-supplied arguments to format the ...
Julien Phalip
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-22
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...
Carl Meyer
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-17
Fixed #15628 -- Made the admin error email more useful when there isn't a req...
Russell Keith-Magee
2011-03-16
Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...
Adrian Holovaty
2011-02-01
Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...
Russell Keith-Magee
2011-01-03
Fixed #14973 -- Tweaked the email log handler so that the log message is actu...
Russell Keith-Magee
2010-12-06
Fixed #14851 -- Swapped an argument order to fix compatibility with Python<2....
Jannis Leidel
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee