summaryrefslogtreecommitdiff
path: root/tests/logging_tests/views.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-20Added tests for logging of Http404 warnings.Carl Worth
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes