summaryrefslogtreecommitdiff
path: root/tests/middleware_exceptions/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+6
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-0/+5
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-6/+6
* Removed unused views in middleware_exceptions tests.Tim Graham2018-11-211-4/+0
* Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser2015-07-031-0/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-10/+10
* Removed most of absolute_import importsClaude Paroz2013-07-291-3/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+17