Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzband/django-simple-history
Store model history and view/revert changes from admin site.
https://github.com/jazzband/django-simple-history
Last synced: 24 days ago
JSON representation
Store model history and view/revert changes from admin site.
- Host: GitHub
- URL: https://github.com/jazzband/django-simple-history
- Owner: jazzband
- License: bsd-3-clause
- Created: 2011-03-06T22:42:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T17:44:01.000Z (7 months ago)
- Last Synced: 2024-04-20T00:53:48.690Z (7 months ago)
- Language: Python
- Homepage: https://django-simple-history.readthedocs.org
- Size: 2.39 MB
- Stars: 2,085
- Watchers: 44
- Forks: 459
- Open Issues: 156
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-translation - django-simple-history
- awesome-django - django-simple-history - Store model history and view/revert changes from the admin. (Third-Party Packages / Models)
- best-of-web-python - GitHub - 25% open · ⏱️ 29.05.2024): (Django Utilities)
README
django-simple-history |pypi-version|
====================================.. Start of PyPI readme
|jazzband| |build-status| |docs| |coverage| |maintainability| |code-style| |downloads|
.. |pypi-version| image:: https://img.shields.io/pypi/v/django-simple-history.svg
:target: https://pypi.org/project/django-simple-history/
:alt: PyPI Version.. |jazzband| image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband.. |build-status| image:: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml/badge.svg
:target: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml
:alt: Build Status.. |docs| image:: https://readthedocs.org/projects/django-simple-history/badge/?version=latest
:target: https://django-simple-history.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |coverage| image:: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
:target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master
:alt: Test Coverage.. |maintainability| image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
:alt: Maintainability.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style.. |downloads| image:: https://static.pepy.tech/badge/django-simple-history
:target: https://pepy.tech/project/django-simple-history
:alt: Downloads``django-simple-history`` stores Django model state on every create/update/delete.
This app supports the following combinations of Django and Python:
========== ========================
Django Python
========== ========================
4.2 3.8, 3.9, 3.10, 3.11, 3.12, 3.13-dev
5.0 3.10, 3.11, 3.12, 3.13-dev
main 3.10, 3.11, 3.12, 3.13-dev
========== ========================Getting Help
------------Documentation is available at https://django-simple-history.readthedocs.io/en/stable/
Pull requests are welcome. Read the `CONTRIBUTING`_ file for tips on
submitting a pull request... _CONTRIBUTING: https://github.com/jazzband/django-simple-history/blob/master/CONTRIBUTING.rst
License
-------This project is licensed under the
`BSD 3-Clause license `_.