python3-django-simple-history

simple version control from Django model objects (Python 3)
  https://github.com/treyhunner/django-simple-history
  0
  no reviews



Django-simple-history stores Django model state on every create/update/delete. Versions are stored in a parallel table, and can save all of the fields from the original table, or a subset of them.

This package provides django-simple-history for Python 3.