summaryrefslogtreecommitdiff
path: root/tests/check_framework
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_framework')
-rw-r--r--tests/check_framework/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/tests.py b/tests/check_framework/tests.py
index c3ddc770e0..c770ee517b 100644
--- a/tests/check_framework/tests.py
+++ b/tests/check_framework/tests.py
@@ -134,7 +134,7 @@ class Django_1_6_0_CompatibilityChecks(TestCase):
errors = check_1_6_compatibility()
expected = [
checks.Warning(
- 'BooleanField does not have a default value. ',
+ 'BooleanField does not have a default value.',
hint=('Django 1.6 changed the default value of BooleanField from False to None. '
'See https://docs.djangoproject.com/en/1.6/ref/models/fields/#booleanfield '
'for more information.'),