Tracking changes to Django Model instances

前端 未结 1 811
渐次进展
渐次进展 2020-12-31 03:34

When you create or modify an object instance in Django\'s admin, a changelog entry is created. This is really nice for fairly obvious reasons.

However my model\'s in

相关标签:
1条回答
  • 2020-12-31 04:16

    django-reversion is an app designed to help with that.

    0 讨论(0)
提交回复
热议问题