def _get_latest_changeset(self):
try:
return self.change_sets.latest()
except ChangeSet.DoesNotExist:
return None
# connect the `pre_save` event to the subscribers for tracking changes. we make use of `dispatch_uid` so the
# event is not connected twice.
评论列表
文章目录