index
:
django.git
fix-31295
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
2023-01-04
Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...
David Wobrock
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-12
Added exception to SuspiciousOperation logging.
Adam Johnson
2021-09-10
Fixed #33096 -- Fixed <form> nesting in technical 500 template.
Jan Schär
2021-06-04
Refs #32355 -- Used addClassCleanup() in tests.
Mariusz Felisiak
2020-05-08
Fixed tests isolation in logging_tests.
François Freitag
2020-04-16
Fixed #29329 -- Made datetime logging from runserver more consistent.
Hasan Ramezani
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-09-04
Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.
Nasir Hussain
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-10-16
Refs #23919 -- Removed a stray object-inheritance.
Mads Jensen
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-14
Moved SchemaLoggingTest to tests/schema.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
Removed an obsolete (as of refs #25999) logging test from refs #18985.
Tim Graham
2016-09-27
Fixed #27271 -- Fixed a crash in runserver logging.
Sergey Fursov
2016-06-16
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
[next]