djangocms-history


Namedjangocms-history JSON
Version 2.2.3 PyPI version JSON
download
home_pagehttps://github.com/django-cms/djangocms-history
SummaryAdds undo/redo functionality to django CMS
upload_time2023-09-12 16:43:54
maintainerDjango CMS Association and contributors
docs_urlNone
authorDivio AG
requires_python
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==================
django CMS History
==================

|pypi| |build| |coverage|

**django CMS History** is an addon application to provide undo/redo functionality in `django CMS
<https://django-cms.org/>`_, by maintaining content history.

Some of the functionality in this application was previously included in django CMS itself. However, it became apparent
that some users did not want it, and some wanted functionality that worked differently.

In keeping with the django CMS philosophy of maintaining only core CMS functionality as part of the package itself,
history management was removed from django CMS in version 3.4 and has been spun off into an independent application.

django CMS History has been rewritten from the ground up. It will continue to be developed. New functionality and
improvements will be introduced in future releases.


.. note:: 

    This project is considered 3rd party (no supervision by the `django CMS Association <https://www.django-cms.org/en/about-us/>`_). Join us on `Slack                 <https://www.django-cms.org/slack/>`_ for more information.

.. image:: preview.png

*******************************************
Contribute to this project and win rewards
*******************************************

Because this is a an open-source project, we welcome everyone to
`get involved in the project <https://www.django-cms.org/en/contribute/>`_ and
`receive a reward <https://www.django-cms.org/en/bounty-program/>`_ for their contribution. 
Become part of a fantastic community and help us make django CMS the best CMS in the world.   

We'll be delighted to receive your
feedback in the form of issues and pull requests. Before submitting your
pull request, please review our `contribution guidelines
<http://docs.django-cms.org/en/latest/contributing/index.html>`_.

We're grateful to all contributors who have helped create and maintain this package.
Contributors are listed at the `contributors <https://github.com/django-cms/djangocms-history/graphs/contributors>`_
section.

Documentation
=============

See ``REQUIREMENTS`` in the `setup.py <https://github.com/divio/djangocms-history/blob/master/setup.py>`_
file for additional dependencies:

|python| |django| |djangocms|


Installation
------------

For a manual install:

* run ``pip install djangocms-history``
* add ``djangocms_history`` to your ``INSTALLED_APPS``
* run ``python manage.py migrate djangocms_history``


Configuration
-------------

Once installed, django CMS History will make new options available to the web content manager. These will be visible in
the django CMS toolbar when managing content that is supported by the application.


Running Tests
-------------

You can run tests by executing::

    virtualenv env
    source env/bin/activate
    pip install -r tests/requirements.txt
    python setup.py test


.. |pypi| image:: https://badge.fury.io/py/djangocms-history.svg
    :target: http://badge.fury.io/py/djangocms-history
.. |build| image:: https://travis-ci.org/divio/djangocms-history.svg?branch=master
    :target: https://travis-ci.org/divio/djangocms-history
.. |coverage| image:: https://codecov.io/gh/divio/djangocms-history/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/divio/djangocms-history

.. |python| image:: https://img.shields.io/badge/python-3.5+-blue.svg
    :target: https://pypi.org/project/djangocms-history/
.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg
    :target: https://www.djangoproject.com/
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg
    :target: https://www.django-cms.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/django-cms/djangocms-history",
    "name": "djangocms-history",
    "maintainer": "Django CMS Association and contributors",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "info@django-cms.org",
    "keywords": "",
    "author": "Divio AG",
    "author_email": "info@divio.ch",
    "download_url": "https://files.pythonhosted.org/packages/08/df/d4177a2bf96861dce33b5758d75b2ac684e366f8ca3bfee39468d056bde0/djangocms-history-2.2.3.tar.gz",
    "platform": null,
    "description": "==================\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<https://django-cms.org/>`_, 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 <https://www.django-cms.org/en/about-us/>`_). Join us on `Slack                 <https://www.django-cms.org/slack/>`_ 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 <https://www.django-cms.org/en/contribute/>`_ and\n`receive a reward <https://www.django-cms.org/en/bounty-program/>`_ 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<http://docs.django-cms.org/en/latest/contributing/index.html>`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors <https://github.com/django-cms/djangocms-history/graphs/contributors>`_\nsection.\n\nDocumentation\n=============\n\nSee ``REQUIREMENTS`` in the `setup.py <https://github.com/divio/djangocms-history/blob/master/setup.py>`_\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",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Adds undo/redo functionality to django CMS",
    "version": "2.2.3",
    "project_urls": {
        "Homepage": "https://github.com/django-cms/djangocms-history"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82011248e4f8c23695aeb4d391f2119ded3a78a02608656b0c1e316f80bd4e66",
                "md5": "7f52b1ea7b645f23f6c9b29b18611054",
                "sha256": "c9234628342c35eb63f5216ca794aa5432aea998b79afab6069d74b51f8a7ce4"
            },
            "downloads": -1,
            "filename": "djangocms_history-2.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f52b1ea7b645f23f6c9b29b18611054",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28978,
            "upload_time": "2023-09-12T16:43:53",
            "upload_time_iso_8601": "2023-09-12T16:43:53.061991Z",
            "url": "https://files.pythonhosted.org/packages/82/01/1248e4f8c23695aeb4d391f2119ded3a78a02608656b0c1e316f80bd4e66/djangocms_history-2.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08dfd4177a2bf96861dce33b5758d75b2ac684e366f8ca3bfee39468d056bde0",
                "md5": "539427a41a949f5ec89d8fa041a77d9c",
                "sha256": "1e6f7e7bc440c89c6a56966d2f423984e194ff5b02cd6bc7692d1d1a129ca964"
            },
            "downloads": -1,
            "filename": "djangocms-history-2.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "539427a41a949f5ec89d8fa041a77d9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22768,
            "upload_time": "2023-09-12T16:43:54",
            "upload_time_iso_8601": "2023-09-12T16:43:54.704525Z",
            "url": "https://files.pythonhosted.org/packages/08/df/d4177a2bf96861dce33b5758d75b2ac684e366f8ca3bfee39468d056bde0/djangocms-history-2.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 16:43:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-cms",
    "github_project": "djangocms-history",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "djangocms-history"
}
        
Elapsed time: 0.10974s