summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-30 07:39:35 -0400
committerTim Graham <timograham@gmail.com>2014-06-30 07:41:47 -0400
commit43d7566cc90a01ddcfd4fa3b904ce93a6edd9291 (patch)
tree457f31144c040bc2f1fb7c116292f17f548a2aa9
parent9f3c691259145894075094f98702255bc2d2d864 (diff)
[1.7.x] Added spaces to message from 4c39c270af91ddbc213e077fc06b4bf67c7c6e99.
Backport of add78c58b5 from master
-rw-r--r--tests/check_framework/tests.py4
1 files changed, 2 insertions, 2 deletions
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',