django/tests/middleware_exceptions
Claude Paroz 607970f31c Replaced django.test.utils.patch_logger() with assertLogs().
Thanks Tim Graham for the review.
2018-05-07 09:34:00 -04:00
..
__init__.py
middleware.py
tests.py Replaced django.test.utils.patch_logger() with assertLogs(). 2018-05-07 09:34:00 -04:00
urls.py Fixed #24877 -- Added middleware handling of response.render() errors. 2015-07-03 12:06:40 -04:00
views.py