django-simple-history stores Django model state on every create/update/delete.
This app supports the following combinations of Django and Python:
Django | Python |
---|---|
2.2 | 3.7, 3.8, 3.9 |
3.2 | 3.7, 3.8, 3.9, 3.10 |
4.0 | 3.8, 3.9, 3.10 |
Documentation is available at https://django-simple-history.readthedocs.io/
Pull requests are welcome. Read the CONTRIBUTING file for tips on submitting a pull request.
This project is licensed under the BSD 3-Clause license.