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
1
Compare changes
  • Side-by-side
  • Inline
@@ -278,9 +278,9 @@ class Experiment(Shareable):
#_____ Utilities __________
def natural_key(self):
return (self.author.username,) + \
self.toolchain.natural_key() + (self.name,)
natural_key.dependencies = ['toolchains.toolchain']
#_____ Methods __________
Loading