Skip to content
Snippets Groups Projects

Fix backup restore

Merged Samuel GAIST requested to merge fix_backup_restore into 1.4.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -73,6 +73,7 @@ class Result(models.Model):
self.name,
self.cache.hash,
)
natural_key.dependencies = ['experiments.cachedfile']
def value(self):
Loading