Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge 9f0afbf into 2dac3df
Browse files Browse the repository at this point in the history
  • Loading branch information
maennel committed Feb 18, 2015
2 parents 2dac3df + 9f0afbf commit f987c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ def _delete_at(self, timestamp, using=None):
"""
if self.version_end_date is None:
self.version_end_date = timestamp
self.save(using=using)
self.save(force_update=True, using=using)
else:
raise Exception('Cannot delete anything else but the current version')

Expand Down

0 comments on commit f987c06

Please sign in to comment.