1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00

[1.7.x] Fixed a test failure introduced by 214d1e1b0f.

Backport of 9bc377d7d0 from master
This commit is contained in:
Simon Charette 2014-04-18 02:28:24 -04:00
parent 4df5dc42dd
commit 24016c9b62

View File

@ -110,7 +110,7 @@ class Django_1_6_0_CompatibilityChecks(TestCase):
hint=("Django 1.6 introduced a new default test runner. It looks like "
"this project was generated using Django 1.5 or earlier. You should "
"ensure your tests are all running & behaving as expected. See "
"https://docs.djangoproject.com/en/dev/releases/1.6/#discovery-of-tests-in-any-test-module "
"https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner "
"for more information."),
obj=None,
id='1_6.W001',