mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Fixed typo in error message.
This commit is contained in:
committed by
Baptiste Mispelon
parent
38be3cf5e4
commit
06bd181f97
@@ -64,7 +64,7 @@ class SystemChecksTestCase(TestCase):
|
||||
expected = [
|
||||
checks.Error(
|
||||
('"list_editable[0]" refers to field "original_release", '
|
||||
'whih is not editable through the admin.'),
|
||||
'which is not editable through the admin.'),
|
||||
hint=None,
|
||||
obj=SongAdmin,
|
||||
id='admin.E126',
|
||||
|
||||
Reference in New Issue
Block a user