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 b6782b4 commit f41242dCopy full SHA for f41242d
simple_history/tests/__init__.py
@@ -1 +0,0 @@
1
-default_app_config = 'simple_history.tests.apps.TestsConfig'
simple_history/tests/tests/test_models.py
@@ -1054,6 +1054,7 @@ def test_changed_value_lost(self):
1054
instance = historical.instance
1055
self.assertEqual(instance.place, new_place)
1056
1057
+
1058
def add_static_history_ip_address(sender, **kwargs):
1059
history_instance = kwargs['history_instance']
1060
history_instance.ip_address = '192.168.0.1'
0 commit comments