django-simple-history 3.7.0
0
Store model history and view/revert changes from admin site.
Contents
Store model history and view/revert changes from admin site.
Stars: 2194, Watchers: 2194, Forks: 476, Open Issues: 171The jazzband/django-simple-history
repo was created 13 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 2194 github stars!
How to Install django-simple-history
You can install django-simple-history using pip
pip install django-simple-history
or add it to a project with poetry
poetry add django-simple-history
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/django-simple-history/
- Documentation:
- https://django-simple-history.readthedocs.io/en/stable/
- GitHub Repo:
- https://github.com/jazzband/django-simple-history
Classifiers
Related Packages
Errors
A list of common django-simple-history errors.
Code Examples
Here are some django-simple-history
code examples and snippets.
GitHub Issues
The django-simple-history package has 171 open issues on GitHub
- Bump coverage from 6.2 to 6.3 in /requirements
- add ci job for testing doc build
- MSSQL Server - clean_duplicate_history command error
- Add HistoricForeignKey for chasing relationships through an as_of timepoint.
- Enable diffing m2m fields
- Error when requesting User.history.all ()
- Fix diff_against on model with non-editable fields
- Use exists() instead of count() in populate_history command
- Chasing ForeignKeys across a historic timepoint