django-simple-history
https://github.com/jazzband/django-simple-history
Python
Store model history and view/revert changes from admin site.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to django-simple-history
Help out
- Issues
- Support excluding all fields from having database indices in the historical table by using `__all__` in `no_db_index`
- Support '__all__' in no_db_index to exclude all fields from indexing in the Historical Model
- populate_history command: support for --default-date
- Allow having multiple user_model/remove user_model from HistoricalRecords
- Custom field prevents history from being written
- ValueError: The truth value of an array with more than one element is ambiguous
- New feature Django 5.2 auto import models issue
- Better overridability of the history table view
- Bug when queryset with deferred fields in admin is used
- Meta inheritance for the history model
- Docs
- Python not yet supported