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 2d26d51 commit aeae606Copy full SHA for aeae606
simple_history/tests/tests/test_models.py
@@ -456,7 +456,7 @@ def test_default_textfield_history_change_reason(self):
456
field = history._meta.get_field('history_change_reason')
457
458
self.assertTrue(isinstance(field, models.TextField))
459
- self.assertEquals(history.history_change_reason, reason)
+ self.assertEqual(history.history_change_reason, reason)
460
461
def test_user_textfield_history_change_reason(self):
462
# TextField instance is passed in init
0 commit comments