django/tests/logging_tests
Claude Paroz b2d78939d1 Prevented calling setup() inside catch_warnings
When django.setup() (and then configure_logging) is called inside
catch_warnings, logging setup is negatively affected (notably
warnings.showwarning definition).
2014-01-01 22:59:12 +01:00
..
__init__.py
logconfig.py
tests.py Prevented calling setup() inside catch_warnings 2014-01-01 22:59:12 +01:00
urls.py
views.py