Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.45 KB

README.rst

File metadata and controls

68 lines (48 loc) · 2.45 KB

django-simple-history PyPI Version

Jazzband Build Status Documentation Status Test Coverage Maintainability Code Style Downloads

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

This app supports the following combinations of Django and Python:

Django Python
4.2 3.9, 3.10, 3.11, 3.12, 3.13
5.0 3.10, 3.11, 3.12, 3.13
5.1 3.10, 3.11, 3.12, 3.13
main 3.10, 3.11, 3.12, 3.13

Getting Help

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

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

License

This project is licensed under the BSD 3-Clause license.