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
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