django-simple-history¶
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.6, 3.7, 3.8, 3.9 |
3.1 |
3.6, 3.7, 3.8, 3.9 |
3.2 |
3.6, 3.7, 3.8, 3.9 |
Contribute¶
Issue Tracker: https://github.com/jazzband/django-simple-history/issues
Source Code: https://github.com/jazzband/django-simple-history
Pull requests are welcome.
Documentation¶
- Quick Start
- Querying History
- Admin Integration
- Historical Model Customizations
- Custom
history_id
- Custom
history_date
- Custom history table name
- Custom model name
- TextField as history_change_reason
- Change Base Class of HistoricalRecord Models
- Excluded Fields
- Adding additional fields to historical models
- Change Reason
- Deleting historical record
- Allow tracking to be inherited
- History Model In Different App
- FileField as a CharField
- Custom
- User Tracking
- Signals
- History Diffing
- Multiple databases
- Utils
- Common Issues