Berker Peksag
|
d552da1f8d
Fixed #22407 -- Added AdminEmailHandler.send_mail().
|
10 years ago |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 years ago |
Tim Graham
|
494cd857c8
Fixed #23653 -- Fixed Windows failure of a logging test added in refs #23569.
|
10 years ago |
Michael Manfre
|
edcb33c92e
Fix SettingsCustomLoggingTest on Windows when path contains \u
|
10 years ago |
Tim Graham
|
9dff5ce7c7
Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in request.
|
10 years ago |
Seth Hill
|
fe2afcd318
Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.
|
10 years ago |
Anubhav Joshi
|
cd914e31c9
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
11 years ago |
Claude Paroz
|
8446a2438f
Added test about error filterwarnings
|
11 years ago |
Claude Paroz
|
0c6a339952
Avoided changing raw DeprecationWarning filter behavior
|
11 years ago |
Tim Graham
|
2b6914049a
Fixed #21849 -- Included the count of silenced system checks in output.
|
11 years ago |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
11 years ago |
Claude Paroz
|
b2d78939d1
Prevented calling setup() inside catch_warnings
|
11 years ago |
Claude Paroz
|
b8e3373f45
Fixed #21714 -- Moved logging configuration to global setup()
|
11 years ago |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 years ago |
Claude Paroz
|
e6dd70b4db
Fixed #21383 -- Added request details in SuspiciousOperation messages
|
11 years ago |
Jason Myers
|
7a61c68c50
PEP8 cleanup
|
11 years ago |
Tim Graham
|
36ded01527
Fixed #21302 -- Fixed unused imports and import *.
|
11 years ago |
Alasdair Nicol
|
b289fcf1bf
Fixed #21288 -- Fixed E126 pep8 warnings
|
11 years ago |
Tim Graham
|
96d1d4e292
Removed unused local variables in tests.
|
11 years ago |
Alasdair Nicol
|
a800036981
Fixed #21287 -- Fixed E123 pep8 warnings
|
11 years ago |
Claude Paroz
|
165f44aaaa
Combine consecutive with statements
|
11 years ago |
Tim Graham
|
2456ffa42c
Fixed #20746 -- Removed Python 2.6 specific code/docs
|
11 years ago |
Aymeric Augustin
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 years ago |
Preston Holmes
|
d228c1192e
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
|
12 years ago |
Marc Tamlyn
|
09f8652765
Use assertIsInstance in tests.
|
12 years ago |
Jacob Kaplan-Moss
|
4befef91f1
Correctly restore warning capture after logging tests.
|
12 years ago |
Jacob Kaplan-Moss
|
654d8e96ae
Fixed logging-related test failure introduced by e79b857.
|
12 years ago |
Florian Apolloner
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 years ago |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 years ago |