
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.