diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-02-01 19:42:41 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-02-01 19:42:41 +0100 |
| commit | 4a488c14833000eaf5d2b4c2787b6a61c99a4f53 (patch) | |
| tree | 8fe96da07c4570be539c71b7284a7e83baf84113 | |
| parent | a938fff0309d83a64ea588a56bf07984f1436a0e (diff) | |
Silenced a spurious warning.
Thanks Timo for the report. Regression from 2f65b8e1. Refs #21794.
| -rwxr-xr-x | tests/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
