Loading django/contrib/admin/checks.py +1 −1 Original line number Diff line number Diff line Loading @@ -783,7 +783,7 @@ class ModelAdminChecks(BaseModelAdminChecks): elif not field.editable: return [ checks.Error( '"%s" refers to field "%s", whih is not editable through the admin.' % ( '"%s" refers to field "%s", which is not editable through the admin.' % ( label, field_name ), hint=None, Loading tests/admin_checks/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
django/contrib/admin/checks.py +1 −1 Original line number Diff line number Diff line Loading @@ -783,7 +783,7 @@ class ModelAdminChecks(BaseModelAdminChecks): elif not field.editable: return [ checks.Error( '"%s" refers to field "%s", whih is not editable through the admin.' % ( '"%s" refers to field "%s", which is not editable through the admin.' % ( label, field_name ), hint=None, Loading
tests/admin_checks/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading