Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.42 KB

README.rst

File metadata and controls

43 lines (30 loc) · 1.42 KB

django-simple-history

Build Status Test Coverage PyPI Version Code Health

django-simple-history stores Django model state on every create/update/delete.

This app supports the following combinations of Django and Python:

Django Python
1.11 2.7, 3.4, 3.5, 3.6
2.0 3.4, 3.5, 3.6
2.1 3.5, 3.6

Getting Help

Documentation is available at https://django-simple-history.readthedocs.io/

Issue tracker is at https://github.com/treyhunner/django-simple-history/issues

Pull requests are welcome. Read the CONTRIBUTING file for tips on submitting a pull request.