Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.07 KB

index.rst

File metadata and controls

74 lines (54 loc) · 2.07 KB

django-simple-history

Build Status

Documentation Status

Test Coverage

PyPI Version

Maintainability

Downloads

Code Style

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, 3.7
2.0 3.4, 3.5, 3.6, 3.7
2.1 3.5, 3.6, 3.7
2.2 3.5, 3.6, 3.7
3.0 3.6, 3.7, 3.8

Contribute

Pull requests are welcome.

Documentation

quick_start querying_history admin historical_model user_tracking signals history_diffing multiple_dbs utils common_issues