Skip to content
Snippets Groups Projects
Commit 5e1ab4dc authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[experiments][models][result] Added natural_key dependencies

parent 5eadb868
No related branches found
No related tags found
2 merge requests!2551.4.x,!236Fix backup restore
...@@ -73,6 +73,7 @@ class Result(models.Model): ...@@ -73,6 +73,7 @@ class Result(models.Model):
self.name, self.name,
self.cache.hash, self.cache.hash,
) )
natural_key.dependencies = ['experiments.cachedfile']
def value(self): def value(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment