From 4a488c14833000eaf5d2b4c2787b6a61c99a4f53 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 1 Feb 2014 19:42:41 +0100 Subject: [PATCH] Silenced a spurious warning. Thanks Timo for the report. Regression from 2f65b8e1. Refs #21794. --- tests/runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.py b/tests/runtests.py index b2c0837222..996aa2a84b 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -132,7 +132,7 @@ def setup(verbosity, test_labels): ) warnings.filterwarnings( 'ignore', - 'Model class django.contrib.comments.models.*supported in Django 1.9.', + 'Model class django.contrib.comments.models.* Django 1.9.', PendingDeprecationWarning ) # Load all the ALWAYS_INSTALLED_APPS.