summaryrefslogtreecommitdiff
path: root/tests/logging_tests
AgeCommit message (Expand)Author
2026-03-19Fixed #36958 -- Reloaded logging config when logging settings are changed in ...SnippyCodes
2025-06-06Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() fo...Natalia
2025-06-06Refactored logging_tests to reuse assertions for log records.Natalia
2025-06-04Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response()`.Natalia
2025-05-22Added helpers in csrf_tests and logging_tests to assert logs from `log_respon...Natalia
2025-05-22Refs #26688 -- Added tests for `log_response()` internal helper.Natalia
2025-03-21Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.Mike Edmunds
2024-06-20Fixed #35537 -- Changed EmailMessage.attachments and EmailMultiAlternatives.a...Jake Howard
2024-04-12Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily.Adam Johnson
2024-04-12Refs #35364 -- Tested AdminEmailHandler with empty ADMINS.Adam Johnson
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-01-04Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-12Added exception to SuspiciousOperation logging.Adam Johnson
2021-09-10Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär
2021-06-04Refs #32355 -- Used addClassCleanup() in tests.Mariusz Felisiak
2020-05-08Fixed tests isolation in logging_tests.François Freitag
2020-04-16Fixed #29329 -- Made datetime logging from runserver more consistent.Hasan Ramezani
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-02-05Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-10-16Refs #23919 -- Removed a stray object-inheritance.Mads Jensen
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-14Moved SchemaLoggingTest to tests/schema.Tim Graham
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-10Removed an obsolete (as of refs #25999) logging test from refs #18985.Tim Graham
2016-09-27Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-10Stopped truncating AdminEmailHandler message subjectsClaude Paroz
2016-04-20Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...Carl Worth
2016-04-20Added tests for logging of Http404 warnings.Carl Worth
2016-04-20Used @override_settings decorator rather than "with" to reduce indentation.Carl Worth
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2015-09-23Refs #24526 -- Made the django logger handle INFO messages.Tim Graham