diff --git a/runtests.py b/runtests.py index c6667e7..5f688e2 100755 --- a/runtests.py +++ b/runtests.py @@ -1,6 +1,7 @@ #!/usr/bin/env python import os import sys +import warnings import django from django.conf import settings @@ -47,6 +48,7 @@ def runtests(): MIDDLEWARE_CLASSES=(), ) + warnings.simplefilter('always', DeprecationWarning) if django.VERSION >= (1, 7): django.setup() failures = call_command(