Kaydet (Commit) 4a488c14 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Silenced a spurious warning.

Thanks Timo for the report. Regression from 2f65b8e1. Refs #21794.
üst a938fff0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment