summaryrefslogtreecommitdiff
path: root/tests/logging_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23653 -- Fixed Windows failure of a logging test added in refs #23569.Tim Graham2014-10-211-2/+2
* Fix SettingsCustomLoggingTest on Windows when path contains \uMichael Manfre2014-10-201-1/+1
* Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...Tim Graham2014-10-061-0/+21
* Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.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 checks in output.Tim Graham2014-01-281-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+1
* Prevented calling setup() inside catch_warningsClaude Paroz2014-01-011-2/+2
* Fixed #21714 -- Moved logging configuration to global setup()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 SuspiciousOperation messagesClaude Paroz2013-11-091-0/+9
* PEP8 cleanupJason Myers2013-11-021-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 SuspiciousOperation.Preston Holmes2013-05-253-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/regressiontests.Florian Apolloner2013-02-261-4/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+360