We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acf681 commit f730571Copy full SHA for f730571
tests/test_admin_list_editable.py
@@ -116,8 +116,7 @@ def test_message_user_no_changes(self):
116
117
messages = list(map(str, list(res.context['messages'])))
118
119
- self.assertIn('No %s were changed due conflict errors' % force_text(self.TARGET._meta.verbose_name),
120
- messages)
+ self.assertIn('Record with pk `%s` has been modified and was not updated' % id, messages)
121
self.assertEqual(len(messages), 1)
122
123
def test_log_change(self):
0 commit comments