{"id":13415839,"url":"https://github.com/etianen/django-reversion","last_synced_at":"2025-05-13T16:08:09.283Z","repository":{"id":40589258,"uuid":"695611","full_name":"etianen/django-reversion","owner":"etianen","description":"django-reversion is an extension to the Django web framework that provides version control for model instances.","archived":false,"fork":false,"pushed_at":"2024-08-09T21:29:48.000Z","size":1878,"stargazers_count":3094,"open_issues_count":20,"forks_count":483,"subscribers_count":55,"default_branch":"master","last_synced_at":"2025-04-23T21:51:28.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-reversion.readthedocs.io","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/etianen.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-05-31T15:32:25.000Z","updated_at":"2025-04-20T09:17:32.000Z","dependencies_parsed_at":"2024-01-06T10:02:46.056Z","dependency_job_id":"adbf4ee7-5001-4b31-a05f-17f3eedd6e96","html_url":"https://github.com/etianen/django-reversion","commit_stats":{"total_commits":1248,"total_committers":200,"mean_commits":6.24,"dds":0.4839743589743589,"last_synced_commit":"6796b930654ab840b1620bf0528b75f1838d2989"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etianen%2Fdjango-reversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etianen%2Fdjango-reversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etianen%2Fdjango-reversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etianen%2Fdjango-reversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etianen","download_url":"https://codeload.github.com/etianen/django-reversion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253980052,"owners_count":21994042,"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.464Z","updated_at":"2025-05-13T16:08:09.192Z","avatar_url":"https://github.com/etianen.png","language":"Python","funding_links":[],"categories":["Third-Party Packages","Python","Projects","Django Utilities"],"sub_categories":["Models","Podcasts"],"readme":"================\ndjango-reversion\n================\n\n|PyPI latest| |PyPI Version| |PyPI License| |Github actions| |Docs|\n\n\n**django-reversion** is an extension to the Django web framework that provides\nversion control for model instances.\n\nRequirements\n============\n\n- Python 3.8 or later\n- Django 4.2 or later\n\nFeatures\n========\n\n-  Roll back to any point in a model instance's history.\n-  Recover deleted model instances.\n-  Simple admin integration.\n\nDocumentation\n=============\n\nCheck out the latest ``django-reversion`` documentation at `Getting Started \u003chttp://django-reversion.readthedocs.io/\u003e`_\n\n\nIssue tracking and source code can be found at the\n`main project website \u003chttp://github.com/etianen/django-reversion\u003e`_.\n\nYou can keep up to date with the latest announcements by joining the\n`django-reversion discussion group \u003chttp://groups.google.com/group/django-reversion\u003e`_.\n\nUpgrading\n=========\n\nPlease check the `Changelog \u003chttps://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst\u003e`_ before upgrading\nyour installation of django-reversion.\n\nContributing\n============\n\nBug reports, bug fixes, and new features are always welcome. Please raise issues on the\n`django-reversion project site \u003chttp://github.com/etianen/django-reversion\u003e`_, and submit\npull requests for any new code.\n\n1. Fork the `repository \u003chttp://github.com/etianen/django-reversion\u003e`_ on GitHub.\n2. Make a branch off of master and commit your changes to it.\n3. Install requirements.\n\n.. code:: bash\n\n    $ pip install django psycopg2 mysqlclient -e .\n\n4. Run the tests\n\n.. code:: bash\n\n    $ tests/manage.py test tests\n\n5. Create a Pull Request with your contribution\n\nContributors\n============\n\nThe django-reversion project was developed by `Dave Hall \u003chttp://www.etianen.com/\u003e`_ and contributed\nto by `many other people \u003chttps://github.com/etianen/django-reversion/graphs/contributors\u003e`_.\n\n\n.. |Docs| image:: https://readthedocs.org/projects/django-reversion/badge/?version=latest\n   :target: http://django-reversion.readthedocs.org/en/latest/?badge=latest\n.. |PyPI Version| image:: https://img.shields.io/pypi/pyversions/django-reversion.svg?maxAge=60\n   :target: https://pypi.python.org/pypi/django-reversion\n.. |PyPI License| image:: https://img.shields.io/pypi/l/django-reversion.svg?maxAge=120\n   :target: https://github.com/rhenter/django-reversion/blob/master/LICENSE\n.. |PyPI latest| image:: https://img.shields.io/pypi/v/django-reversion.svg?maxAge=120\n   :target: https://pypi.python.org/pypi/django-reversion\n.. |Github actions| image:: https://github.com/etianen/django-reversion/workflows/Python%20package/badge.svg\n   :target: https://github.com/etianen/django-reversion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetianen%2Fdjango-reversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetianen%2Fdjango-reversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetianen%2Fdjango-reversion/lists"}