summaryrefslogtreecommitdiff
path: root/tests/handlers/tests_custom_error_handlers.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-06-24Refs #24829 -- Made TemplateResponse.content available sooner in exception co...Claude Paroz
2015-06-17Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica