mixins.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:django-changeset 作者: beachmachine 项目源码 文件源码
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.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号