{"id":18831383,"url":"https://github.com/django-cms/djangocms-history","last_synced_at":"2025-04-14T04:16:29.872Z","repository":{"id":40361210,"uuid":"73493371","full_name":"django-cms/djangocms-history","owner":"django-cms","description":"Provides undo/redo functionality for django CMS operations","archived":false,"fork":false,"pushed_at":"2023-09-12T16:43:06.000Z","size":120,"stargazers_count":28,"open_issues_count":6,"forks_count":13,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-14T04:16:08.415Z","etag":null,"topics":["addon","cms","django","django-cms","python"],"latest_commit_sha":null,"homepage":"https://www.django-cms.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-cms.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":"2016-11-11T16:28:34.000Z","updated_at":"2025-03-20T12:51:17.000Z","dependencies_parsed_at":"2024-06-19T01:03:31.994Z","dependency_job_id":"b4a85299-fc1f-4d31-9c5a-c33f001fd2b9","html_url":"https://github.com/django-cms/djangocms-history","commit_stats":{"total_commits":64,"total_committers":15,"mean_commits":4.266666666666667,"dds":0.5625,"last_synced_commit":"b675553820f44fe629f67487392946d305a6001b"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-cms%2Fdjangocms-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-cms","download_url":"https://codeload.github.com/django-cms/djangocms-history/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819408,"owners_count":21166477,"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":["addon","cms","django","django-cms","python"],"created_at":"2024-11-08T01:53:44.566Z","updated_at":"2025-04-14T04:16:29.852Z","avatar_url":"https://github.com/django-cms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================\ndjango CMS History\n==================\n\n|pypi| |build| |coverage|\n\n**django CMS History** is an addon application to provide undo/redo functionality in `django CMS\n\u003chttps://django-cms.org/\u003e`_, by maintaining content history.\n\nSome of the functionality in this application was previously included in django CMS itself. However, it became apparent\nthat some users did not want it, and some wanted functionality that worked differently.\n\nIn keeping with the django CMS philosophy of maintaining only core CMS functionality as part of the package itself,\nhistory management was removed from django CMS in version 3.4 and has been spun off into an independent application.\n\ndjango CMS History has been rewritten from the ground up. It will continue to be developed. New functionality and\nimprovements will be introduced in future releases.\n\n\n.. note:: \n\n    This project is considered 3rd party (no supervision by the `django CMS Association \u003chttps://www.django-cms.org/en/about-us/\u003e`_). Join us on `Slack                 \u003chttps://www.django-cms.org/slack/\u003e`_ for more information.\n\n.. image:: preview.png\n\n*******************************************\nContribute to this project and win rewards\n*******************************************\n\nBecause this is a an open-source project, we welcome everyone to\n`get involved in the project \u003chttps://www.django-cms.org/en/contribute/\u003e`_ and\n`receive a reward \u003chttps://www.django-cms.org/en/bounty-program/\u003e`_ for their contribution. \nBecome part of a fantastic community and help us make django CMS the best CMS in the world.   \n\nWe'll be delighted to receive your\nfeedback in the form of issues and pull requests. Before submitting your\npull request, please review our `contribution guidelines\n\u003chttp://docs.django-cms.org/en/latest/contributing/index.html\u003e`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors \u003chttps://github.com/django-cms/djangocms-history/graphs/contributors\u003e`_\nsection.\n\nDocumentation\n=============\n\nSee ``REQUIREMENTS`` in the `setup.py \u003chttps://github.com/divio/djangocms-history/blob/master/setup.py\u003e`_\nfile for additional dependencies:\n\n|python| |django| |djangocms|\n\n\nInstallation\n------------\n\nFor a manual install:\n\n* run ``pip install djangocms-history``\n* add ``djangocms_history`` to your ``INSTALLED_APPS``\n* run ``python manage.py migrate djangocms_history``\n\n\nConfiguration\n-------------\n\nOnce installed, django CMS History will make new options available to the web content manager. These will be visible in\nthe django CMS toolbar when managing content that is supported by the application.\n\n\nRunning Tests\n-------------\n\nYou can run tests by executing::\n\n    virtualenv env\n    source env/bin/activate\n    pip install -r tests/requirements.txt\n    python setup.py test\n\n\n.. |pypi| image:: https://badge.fury.io/py/djangocms-history.svg\n    :target: http://badge.fury.io/py/djangocms-history\n.. |build| image:: https://travis-ci.org/divio/djangocms-history.svg?branch=master\n    :target: https://travis-ci.org/divio/djangocms-history\n.. |coverage| image:: https://codecov.io/gh/divio/djangocms-history/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/divio/djangocms-history\n\n.. |python| image:: https://img.shields.io/badge/python-3.5+-blue.svg\n    :target: https://pypi.org/project/djangocms-history/\n.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg\n    :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg\n    :target: https://www.django-cms.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-cms%2Fdjangocms-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-cms%2Fdjangocms-history/lists"}