{
"info": {
"author": "Divio AG",
"author_email": "info@divio.ch",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django CMS",
"Framework :: Django CMS :: 3.4",
"Framework :: Django CMS :: 3.5",
"Framework :: Django CMS :: 3.6",
"Framework :: Django CMS :: 3.7",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries"
],
"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`_, 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.. image:: preview.png\n\n\nContributing\n============\n\nThis is a an open-source project. We'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`_.\n\nWe're grateful to all contributors who have helped create and maintain this package.\nContributors are listed at the `contributors `_\nsection.\n\nOne of the easiest contributions you can make is helping to translate this addon on\n`Transifex `_.\n\n\nDocumentation\n=============\n\nSee ``REQUIREMENTS`` in the `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-2.7%20%7C%203.4+-blue.svg\n :target: https://pypi.org/project/djangocms-history/\n.. |django| image:: https://img.shields.io/badge/django-1.11%20%7C%202.1%20%7C%202.2-blue.svg\n :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.4%2B-blue.svg\n :target: https://www.django-cms.org/\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/divio/djangocms-history",
"keywords": "",
"license": "BSD",
"maintainer": "",
"maintainer_email": "",
"name": "djangocms-history",
"package_url": "https://pypi.org/project/djangocms-history/",
"platform": "",
"project_url": "https://pypi.org/project/djangocms-history/",
"project_urls": {
"Homepage": "https://github.com/divio/djangocms-history"
},
"release_url": "https://pypi.org/project/djangocms-history/1.1.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Adds undo/redo functionality to django CMS",
"version": "1.1.0"
},
"last_serial": 5307979,
"releases": {
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "bf891a17aa3848bf953044f42482a2cb",
"sha256": "2e319113954e4c23d7ba16de0286281f3df6b89ec3bc71378fe0cef9655033e8"
},
"downloads": -1,
"filename": "djangocms_history-0.3.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "bf891a17aa3848bf953044f42482a2cb",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 20229,
"upload_time": "2017-02-02T13:31:40",
"url": "https://files.pythonhosted.org/packages/0f/d3/f53fd5e756135df82e8db5de317477111954be508cc3454c616ca7fd500e/djangocms_history-0.3.0-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "05b45ed4d99d0ad3e294c4dfc24375b1",
"sha256": "1b523936b81fde8c049ce6dd39dad51f739971a2427e582eb0b39714ab04ad30"
},
"downloads": -1,
"filename": "djangocms-history-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "05b45ed4d99d0ad3e294c4dfc24375b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15014,
"upload_time": "2017-02-02T13:31:38",
"url": "https://files.pythonhosted.org/packages/38/52/d62c1ded0e591077a90175e869f171a04d93d5d18f81a6a38249be0d8df2/djangocms-history-0.3.0.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "729020fb44dafa11a71073b9174fa041",
"sha256": "0a2dd4bd521f090761531cfe8836e66f22271267e631a95368044f61f5762ae3"
},
"downloads": -1,
"filename": "djangocms_history-0.4.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "729020fb44dafa11a71073b9174fa041",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 20749,
"upload_time": "2017-06-11T21:04:24",
"url": "https://files.pythonhosted.org/packages/9f/c8/4b9fdbbf2de02cf4deebdce54ba690201dd2ad0b3186921942cbd4804bcd/djangocms_history-0.4.0-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "056518ce50e46fa8f17d5b606de8fa04",
"sha256": "bad7a99edf3be3b918a86070af8caea32e1480f046bee7492e8f823d49ae7308"
},
"downloads": -1,
"filename": "djangocms-history-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "056518ce50e46fa8f17d5b606de8fa04",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15179,
"upload_time": "2017-06-11T21:04:23",
"url": "https://files.pythonhosted.org/packages/b1/e7/1be7269b737548d423675f7427d1fe4b2232aa687a65261ee2377e058ebf/djangocms-history-0.4.0.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "f7416ea182deb309c85565fef01042c5",
"sha256": "e6c62ccfeb15eaa39ea3afbe091f0e0d9825455edbc10bfc2826d4db0da7ccc0"
},
"downloads": -1,
"filename": "djangocms_history-0.5.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "f7416ea182deb309c85565fef01042c5",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 20865,
"upload_time": "2017-07-02T19:03:17",
"url": "https://files.pythonhosted.org/packages/72/6c/bd94bf81ae0f48c83f6cc2ff3464c66ec9513fcb122dec2338c7394c8343/djangocms_history-0.5.0-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "179c328eaa765c27cfbbe6043e047355",
"sha256": "c3f910d9211bee68a6e7380218d168fef0c1e4c466c83743d4876a0654df02f0"
},
"downloads": -1,
"filename": "djangocms-history-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "179c328eaa765c27cfbbe6043e047355",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15274,
"upload_time": "2017-07-02T19:03:16",
"url": "https://files.pythonhosted.org/packages/3f/fa/589ff5243bc858ade3a8d5c92974268e0c20586887c7dd1e695dd6e90521/djangocms-history-0.5.0.tar.gz"
}
],
"0.5.3": [
{
"comment_text": "",
"digests": {
"md5": "f1668f15d2ee19e40649afa2f3a042eb",
"sha256": "fcf8be20bf4036843a9c64bf31ec943e6e2325d558bcfb3c2b5ac77f768f6c02"
},
"downloads": -1,
"filename": "djangocms_history-0.5.3-py2-none-any.whl",
"has_sig": false,
"md5_digest": "f1668f15d2ee19e40649afa2f3a042eb",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 21405,
"upload_time": "2018-02-20T15:37:09",
"url": "https://files.pythonhosted.org/packages/50/94/25bf88ec80482cf87398adcb0a95613a6fd613d5abe65727ce353951035b/djangocms_history-0.5.3-py2-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "028c65b60e0dcd324aa6817e465e1221",
"sha256": "1d1312dc203946942670086447d3e8da69c1ecd28c9464fe0910dd8b2084b3c2"
},
"downloads": -1,
"filename": "djangocms-history-0.5.3.tar.gz",
"has_sig": false,
"md5_digest": "028c65b60e0dcd324aa6817e465e1221",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15628,
"upload_time": "2018-02-20T15:37:06",
"url": "https://files.pythonhosted.org/packages/da/ab/eda725704d76e8d2633db6cdb12213087ee7e91500322aebb28dfa227a62/djangocms-history-0.5.3.tar.gz"
}
],
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "b2c561891b89d0d5105c174af3c7ebda",
"sha256": "840576e702a3bdd0a759a3c49892005938e106c288d16c7dc81b517d39efdc99"
},
"downloads": -1,
"filename": "djangocms-history-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "b2c561891b89d0d5105c174af3c7ebda",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15567,
"upload_time": "2018-11-14T12:26:32",
"url": "https://files.pythonhosted.org/packages/49/87/cf4e3eff5df49b8e83fa00c814496be33cbb9f0867bb9e201d7130d4faaa/djangocms-history-0.6.0.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "d4598dc3d5d71a30822575c3f817cb5e",
"sha256": "03055ba81c59570ed26a7aa66dda1620222a8180e18f05390e90dabaee56d0a4"
},
"downloads": -1,
"filename": "djangocms-history-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "d4598dc3d5d71a30822575c3f817cb5e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16483,
"upload_time": "2018-12-17T14:56:58",
"url": "https://files.pythonhosted.org/packages/b0/81/58c2d5a6ba6fdfaa3b335adafdac0cea2b016ab521d0901cf758f0781154/djangocms-history-1.0.0.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "e9d5bad10d260c3c0eeb0087a40a3240",
"sha256": "783c0aea25671e14df634838660e53023d6559c66697c9d8d8cfa771842e9ff2"
},
"downloads": -1,
"filename": "djangocms-history-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e9d5bad10d260c3c0eeb0087a40a3240",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19926,
"upload_time": "2019-05-23T15:13:16",
"url": "https://files.pythonhosted.org/packages/14/7e/bd1c3134c781b921571e8085df5146e65175f896ab27f28427d985763386/djangocms-history-1.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "e9d5bad10d260c3c0eeb0087a40a3240",
"sha256": "783c0aea25671e14df634838660e53023d6559c66697c9d8d8cfa771842e9ff2"
},
"downloads": -1,
"filename": "djangocms-history-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e9d5bad10d260c3c0eeb0087a40a3240",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19926,
"upload_time": "2019-05-23T15:13:16",
"url": "https://files.pythonhosted.org/packages/14/7e/bd1c3134c781b921571e8085df5146e65175f896ab27f28427d985763386/djangocms-history-1.1.0.tar.gz"
}
]
}