Fix bug calling a self method. See #618

- Legacy-Id: 2891
This commit is contained in:
Emilio A. Sánchez López 2011-03-17 14:37:49 +00:00
parent 917d287182
commit 3bb83a6e23

View file

@ -53,7 +53,7 @@ class IdSubmissionDetail(models.Model):
def get_hash(self):
if not self.submission_hash:
create_hash()
self.create_hash()
self.save()
return self.submission_hash