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
- Extending the command line utility to history older then N copies (currently it work for number of days)
- Same related_query_name(s) used in the Model and in the HistoricalModel foreign key(s)
- Logging the changed made to STDOUT
- Add some clue from where in the code the update came from
- Instruction to install django-simple-history before exectuing runtests.py is missing
- Helper to merge / append to history records
- date_hierarchy with history_date
- Utils documentation missing for populate_history management command
- SimpleHistoryAdmin.history_view always use `AUTH_USER_MODEL` for generating the URL under "Changed By"
- `diff_against` does not detect changes on deletion history type
- Docs
- Python not yet supported