Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 2.21 KB

index.rst

File metadata and controls

77 lines (56 loc) · 2.21 KB

django-simple-history

Build Status

Documentation Status

Test Coverage

PyPI Version

Maintainability

Downloads

Code Style

Jazzband

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

This app supports the following combinations of Django and Python:

Django Python
3.2 3.8, 3.9, 3.10
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

Contribute

Pull requests are welcome.

Documentation

quick_start querying_history admin historical_model user_tracking signals history_diffing multiple_dbs utils common_issues