Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Aug 6, 2024
1 parent 68f17eb commit 2e84407
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions home/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,10 +1666,6 @@ def save_revision(
r.content["submission_name"] = self.template_name
r.content["submission_status"] = self.submission_status
r.content["submission_result"] = self.submission_result
# r.content["latest_revision"] = self.get_latest_revision().pk
# r.content["live_revision"] = self.get_latest_revision().pk
# r.content["last_published_at"] = datetime.datetime.now()
# r.content["first_published_at"] = datetime.datetime.now()
r.save()
return revision

Expand Down

0 comments on commit 2e84407

Please sign in to comment.