jazzband / django-simple-history

Store model history and view/revert changes from admin site.

Home Page:https://django-simple-history.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.8, 3.9, 3.10, 3.11, 3.12, 3.13-dev
5.0 3.10, 3.11, 3.12, 3.13-dev
main 3.10, 3.11, 3.12, 3.13-dev

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.

About

Store model history and view/revert changes from admin site.

https://django-simple-history.readthedocs.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.8%Language:HTML 1.1%Language:Makefile 0.2%