Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/log.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-231-0/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-6/+9
* Fixed logging regression introduced in bbe28496d32f76ca16...Tim Graham2015-05-081-0/+1
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-11/+1
* Removed getLogger alias in django.utils.log.Tim Graham2015-03-241-2/+0
* Removed the null handler in Django's default logging config.Tim Graham2015-03-241-3/+0
* Removed old import aliases.Tim Graham2015-02-061-5/+1
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-1/+1
* Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag2014-11-151-3/+4
* Fixed #23593 -- Fixed crash in AdminEmailHandler with non...Tim Graham2014-10-061-1/+4
* Fixed #23569 -- Allowed using configs besides dictConfig ...Seth Hill2014-09-301-1/+1
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Avoided changing raw DeprecationWarning filter behaviorClaude Paroz2014-03-081-2/+4
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21714 -- Moved logging configuration to global set...Claude Paroz2013-12-311-0/+21
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-3/+2
* Fixed #20844 -- Made AdminEmailHandler respect LOGGING 'f...Daniel Sokolowski2013-09-131-5/+3
* Relied on NullHandler from the logging stdlib module.Aymeric Augustin2013-07-011-11/+3
* Deprecated django.utils.dictconfig.Aymeric Augustin2013-07-011-6/+1
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-2/+2
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+5
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #19637 -- Ensured AdminEmailHandler fails silentlyClaude Paroz2013-01-211-1/+1
* Removed backwards-compatibility shim for #16288.Aymeric Augustin2012-12-291-1/+1
* Fixed #19325 - Made email backend of AdminEmailHandler co...Hannes Struss2012-11-201-2/+9
* Fixed #18985 -- made DeprecationWarnings loudPreston Holmes2012-11-171-0/+3
* Negligible spacing fix in utils/log.pyAdrian Holovaty2012-11-121-1/+1
* Moved filter at handler levelClaude Paroz2012-09-291-1/+1
* Fixed #18993 -- 'django' logger logs to console when DEBU...Claude Paroz2012-09-291-6/+19
* Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz2012-09-291-6/+33
* Fixed AdminEmailHandler to format the subject message cor...Jannis Leidel2012-02-121-1/+1
* Fixed #17281 -- Prevented `AdminErrorHandler` from silent...Julien Phalip2012-02-111-2/+13
* Fixed #16568 -- Added RequireDebugFalse filter to prevent...Carl Meyer2011-09-161-1/+6
* Fixed #16736 -- Enabled the merging of user-supplied argu...Julien Phalip2011-09-021-6/+7
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #16288 -- Enabled django.request exception logger r...Carl Meyer2011-06-221-0/+17
* Fixed #14614 - filtering of sensitive information in 500 ...Luke Plant2011-06-091-8/+8
* Changed e-mail to email throughout documentation and code...Adrian Holovaty2011-04-011-1/+1
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-33/+4
* Fixed #15628 -- Made the admin error email more useful wh...Russell Keith-Magee2011-03-171-1/+5
* Fixed #15603 -- Changed the traceback error e-mails not t...Adrian Holovaty2011-03-161-2/+6
* Fixed #14972 -- Ensure that the HTML email logger always ...Russell Keith-Magee2011-02-011-1/+1
* Fixed #14973 -- Tweaked the email log handler so that the...Russell Keith-Magee2011-01-031-1/+1
* Fixed #14851 -- Swapped an argument order to fix compatib...Jannis Leidel2010-12-061-1/+1
* Fixed #10863 -- Added HTML support to mail_managers() and...Russell Keith-Magee2010-12-061-1/+8
* Fixed #14406 -- Added a Python 2.4 compatibility to the l...Russell Keith-Magee2010-10-061-2/+32
* Fixed #12012 -- Added support for logging. Thanks to Vina...Russell Keith-Magee2010-10-041-0/+56