summaryrefslogtreecommitdiff
path: root/tests/logging_tests/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+9
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-4/+3
* Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah2018-05-041-0/+7
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Added tests for logging of Http404 warnings.Carl Worth2016-04-201-0/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-0/+10