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
/
tests
/
logging_tests
Age
Commit message (
Expand
)
Author
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-10
Stopped truncating AdminEmailHandler message subjects
Claude Paroz
2016-04-20
Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...
Carl Worth
2016-04-20
Added tests for logging of Http404 warnings.
Carl Worth
2016-04-20
Used @override_settings decorator rather than "with" to reduce indentation.
Carl Worth
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-15
Fixed #26157 #25321 -- Added sql/params to extra context of schema logger
Markus Holtermann
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2015-09-23
Refs #24526 -- Made the django logger handle INFO messages.
Tim Graham
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-17
Removed the validate management command per deprecation timeline.
Tim Graham
2015-01-08
Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings filter.
Tim Graham
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-11-15
Fixed #22407 -- Added AdminEmailHandler.send_mail().
Berker Peksag
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-21
Fixed #23653 -- Fixed Windows failure of a logging test added in refs #23569.
Tim Graham
2014-10-20
Fix SettingsCustomLoggingTest on Windows when path contains \u
Michael Manfre
2014-10-06
Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...
Tim Graham
2014-09-30
Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.
Seth Hill
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-08
Added test about error filterwarnings
Claude Paroz
2014-03-08
Avoided changing raw DeprecationWarning filter behavior
Claude Paroz
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-01
Prevented calling setup() inside catch_warnings
Claude Paroz
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-09
Fixed #21383 -- Added request details in SuspiciousOperation messages
Claude Paroz
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-03-27
Correctly restore warning capture after logging tests.
Jacob Kaplan-Moss
2013-03-27
Fixed logging-related test failure introduced by e79b857.
Jacob Kaplan-Moss
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner