Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/logging_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-231-1/+29
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-0/+19
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-8/+8
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-15/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-8/+8
* Removed the validate management command per deprecation t...Tim Graham2015-01-181-2/+2
* Fixed #24095 -- Prevented WarningLoggerTests from leaking...Tim Graham2015-01-081-7/+10
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-0/+1
* Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag2014-11-151-2/+19
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-4/+4
* Fixed #23653 -- Fixed Windows failure of a logging test a...Tim Graham2014-10-221-2/+2
* Fix SettingsCustomLoggingTest on Windows when path contai...Michael Manfre2014-10-211-1/+1
* Fixed #23593 -- Fixed crash in AdminEmailHandler with non...Tim Graham2014-10-061-0/+21
* Fixed #23569 -- Allowed using configs besides dictConfig ...Seth Hill2014-09-301-1/+42
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-3/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Added test about error filterwarningsClaude Paroz2014-03-081-0/+10
* Avoided changing raw DeprecationWarning filter behaviorClaude Paroz2014-03-081-4/+5
* Fixed #21849 -- Included the count of silenced system che...Tim Graham2014-01-281-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Prevented calling setup() inside catch_warningsClaude Paroz2014-01-011-2/+2
* Fixed #21714 -- Moved logging configuration to global set...Claude Paroz2013-12-311-7/+5
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed #21383 -- Added request details in SuspiciousOperat...Claude Paroz2013-11-091-0/+9
* PEP8 cleanupJason Myers2013-11-031-0/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-3/+0
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-13/+13
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-6/+6
* Combine consecutive with statementsClaude Paroz2013-08-161-10/+9
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-2/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-263-2/+43
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Correctly restore warning capture after logging tests.Jacob Kaplan-Moss2013-03-271-2/+4
* Fixed logging-related test failure introduced by e79b857.Jacob Kaplan-Moss2013-03-271-0/+9
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-4/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+360