summaryrefslogtreecommitdiff
path: root/tests/logging_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-075-182/+222
* Added exception to SuspiciousOperation logging.Adam Johnson2022-01-121-2/+6
* Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär2021-09-101-0/+16
* Refs #32355 -- Used addClassCleanup() in tests.Mariusz Felisiak2021-06-041-6/+1
* Fixed tests isolation in logging_tests.François Freitag2020-05-081-24/+8
* Fixed #29329 -- Made datetime logging from runserver more consistent.Hasan Ramezani2020-04-161-1/+1
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-2/+2
* Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain2019-09-042-0/+21
* Removed unnecessary assignments in various code.Jon Dufresne2019-04-241-2/+1
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-4/+2
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-3/+4
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-312-6/+5
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-4/+3
* Refs #23919 -- Removed a stray object-inheritance.Mads Jensen2018-10-161-1/+1
* Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah2018-05-043-15/+144
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+4
* Moved SchemaLoggingTest to tests/schema.Tim Graham2018-03-141-21/+0
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-184-9/+0
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-12/+9
* Removed an obsolete (as of refs #25999) logging test from refs #18985.Tim Graham2016-11-101-31/+0
* Fixed #27271 -- Fixed a crash in runserver logging.Sergey Fursov2016-09-271-1/+48
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-4/+4
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-1/+1
* Stopped truncating AdminEmailHandler message subjectsClaude Paroz2016-05-101-22/+0
* Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...Carl Worth2016-04-201-0/+5
* Added tests for logging of Http404 warnings.Carl Worth2016-04-204-3/+51
* Used @override_settings decorator rather than "with" to reduce indentation.Carl Worth2016-04-201-9/+9
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-1/+2
* Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann2016-03-151-0/+21
* Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham2016-01-141-31/+0
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-231-1/+29
* Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma2015-09-041-0/+19
* Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.Vlastimil Zíma2015-07-131-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-8/+8
* Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham2015-04-241-15/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-8/+8
* Removed the validate management command per deprecation timeline.Tim Graham2015-01-171-2/+2
* Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings filter.Tim Graham2015-01-081-7/+10
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-291-0/+1
* Fixed #22407 -- Added AdminEmailHandler.send_mail().Berker Peksag2014-11-151-2/+19
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-4/+4