mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Corrected expected test output to allow for cleanups in signal and compatibility checks.
This commit is contained in:
parent
c41335fa27
commit
6b63742ce5
3 changed files with 6 additions and 6 deletions
|
@ -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.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue