diff --git a/tests/check_framework/tests.py b/tests/check_framework/tests.py index 5325e718bf..47936c3a4e 100644 --- a/tests/check_framework/tests.py +++ b/tests/check_framework/tests.py @@ -167,10 +167,10 @@ class Django_1_7_0_CompatibilityChecks(TestCase): expected = [ checks.Warning( "MIDDLEWARE_CLASSES is not set.", - hint=("Django 1.7 changed the global defaults for the MIDDLEWARE_CLASSES." + hint=("Django 1.7 changed the global defaults for the MIDDLEWARE_CLASSES. " "django.contrib.sessions.middleware.SessionMiddleware, " "django.contrib.auth.middleware.AuthenticationMiddleware, and " - "django.contrib.messages.middleware.MessageMiddleware were removed from the defaults." + "django.contrib.messages.middleware.MessageMiddleware were removed from the defaults. " "If your project needs these middleware then you should configure this setting."), obj=None, id='1_7.W001',