{"id":13415844,"url":"https://github.com/jazzband/django-simple-history","last_synced_at":"2025-05-14T11:05:04.370Z","repository":{"id":37080326,"uuid":"1447882","full_name":"jazzband/django-simple-history","owner":"jazzband","description":"Store model history and view/revert changes from admin site.","archived":false,"fork":false,"pushed_at":"2025-05-05T17:21:03.000Z","size":2780,"stargazers_count":2321,"open_issues_count":176,"forks_count":491,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-05-07T10:52:32.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-simple-history.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazzband.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://jazzband.co/donate"]}},"created_at":"2011-03-06T22:42:19.000Z","updated_at":"2025-05-06T14:47:58.000Z","dependencies_parsed_at":"2022-07-10T22:46:17.259Z","dependency_job_id":"8e8d8f02-fd65-47c6-a632-87378e823caa","html_url":"https://github.com/jazzband/django-simple-history","commit_stats":{"total_commits":1216,"total_committers":179,"mean_commits":6.793296089385475,"dds":0.8379934210526316,"last_synced_commit":"e26e3990774fa8e6bab3e68a513bc67f65acfe17"},"previous_names":["treyhunner/django-simple-history"],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-simple-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-simple-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-simple-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-simple-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzband","download_url":"https://codeload.github.com/jazzband/django-simple-history/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129474,"owners_count":22019628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T21:00:52.498Z","updated_at":"2025-05-14T11:05:04.310Z","avatar_url":"https://github.com/jazzband.png","language":"Python","funding_links":["https://jazzband.co/donate"],"categories":["Third-Party Packages","Python","Django Utilities","D"],"sub_categories":["Models"],"readme":"django-simple-history |pypi-version|\n====================================\n\n.. Start of PyPI readme\n\n|jazzband| |build-status| |docs| |coverage| |maintainability| |code-style| |downloads|\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/django-simple-history.svg\n   :target: https://pypi.org/project/django-simple-history/\n   :alt: PyPI Version\n\n.. |jazzband| image:: https://jazzband.co/static/img/badge.svg\n   :target: https://jazzband.co/\n   :alt: Jazzband\n\n.. |build-status| image:: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml/badge.svg\n   :target: https://github.com/jazzband/django-simple-history/actions/workflows/test.yml\n   :alt: Build Status\n\n.. |docs| image:: https://readthedocs.org/projects/django-simple-history/badge/?version=latest\n   :target: https://django-simple-history.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. |coverage| image:: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg\n   :target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master\n   :alt: Test Coverage\n\n.. |maintainability| image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability\n   :target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability\n   :alt: Maintainability\n\n.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Code Style\n\n.. |downloads| image:: https://static.pepy.tech/badge/django-simple-history\n   :target: https://pepy.tech/project/django-simple-history\n   :alt: Downloads\n\n\n``django-simple-history`` stores Django model state on every create/update/delete.\n\nThis app supports the following combinations of Django and Python:\n\n==========  ========================\n  Django      Python\n==========  ========================\n4.2         3.9, 3.10, 3.11, 3.12, 3.13\n5.0         3.10, 3.11, 3.12, 3.13\n5.1         3.10, 3.11, 3.12, 3.13\n5.2         3.10, 3.11, 3.12, 3.13\nmain        3.12, 3.13\n==========  ========================\n\nGetting Help\n------------\n\nDocumentation is available at https://django-simple-history.readthedocs.io/en/stable/\n\nPull requests are welcome. Read the `CONTRIBUTING`_ file for tips on\nsubmitting a pull request.\n\n.. _CONTRIBUTING: https://github.com/jazzband/django-simple-history/blob/master/CONTRIBUTING.rst\n\nLicense\n-------\n\nThis project is licensed under the\n`BSD 3-Clause license \u003chttps://choosealicense.com/licenses/bsd-3-clause/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-simple-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzband%2Fdjango-simple-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-simple-history/lists"}