django/tests/logging_tests
Carl Worth 40b69607c7 Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles the 404.
For example, this avoids a warning in the case of a request that's
redirected to a language-prefixed URL by LocaleMiddleware.
2016-04-20 21:02:05 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
logconfig.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles the 404. 2016-04-20 21:02:05 -04:00
urls.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00
urls_i18n.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00
views.py Added tests for logging of Http404 warnings. 2016-04-20 20:56:40 -04:00