Corrected expected test output to allow for cleanups in signal and compatibility checks.

This commit is contained in:
Russell Keith-Magee 2014-03-03 19:29:50 +08:00
parent c41335fa27
commit 6b63742ce5
3 changed files with 6 additions and 6 deletions

View file

@ -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.'),