{ "info": { "author": "Fabio C. Barrionuevo da Luz", "author_email": "bnafta@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development" ], "description": "=============================\ndjango-reversion-extras\n=============================\n\n.. image:: https://img.shields.io/pypi/v/django-reversion-extras.svg\n :target: https://badge.fury.io/py/django-reversion-extras\n\n.. image:: https://img.shields.io/pypi/status/django-reversion-extras.svg\n :target: https://badge.fury.io/py/django-reversion-extras\n\n.. image:: https://travis-ci.org/luzfcb/django-reversion-extras.svg?branch=master\n :target: https://travis-ci.org/luzfcb/django-reversion-extras\n\n.. image:: https://coveralls.io/repos/luzfcb/django-reversion-extras/badge.svg?branch=master\n :target: https://coveralls.io/r/luzfcb/django-reversion-extras?branch=master\n\n.. image:: https://landscape.io/github/luzfcb/django-reversion-extras/master/landscape.svg?style=flat\n :target: https://landscape.io/github/luzfcb/django-reversion-extras/master\n :alt: Code Health\n\n.. image:: https://requires.io/github/luzfcb/django-reversion-extras/requirements.svg?branch=master\n :target: https://requires.io/github/luzfcb/django-reversion-extras/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://img.shields.io/pypi/dd//django-reversion-extras.svg\n :target: https://badge.fury.io/py/django-reversion-extras\n\n.. image:: https://img.shields.io/pypi/dm//django-reversion-extras.svg\n :target: https://badge.fury.io/py/django-reversion-extras\n\n\n\nExtra tools to work with django-reversion\n\n.. DANGER::\n It is not ready for use, it does not have tests and only serves to try to validate the use of django-reversion for things which it was not designed\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-reversion-extras.readthedocs.org.\n\nQuickstart\n----------\n\nInstall django-reversion-extras::\n\n pip install django-reversion-extras\n\nThen use it in a project::\n\n from reversion_extras.views import DetailVersionListView, UpdateVersionListView\n\n\n\n``DetailVersionListView`` provides the same functionality as django.views.generic.DetailView\n\n``UpdateVersionListView`` provides the same functionality as django.views.generic.UpdateView\n\nAll inject in the template context some new variables:\n\n``object_versions_list``: contains the list of django-reversion Versions of current model instance. The same\nvalue returned from ``reversion.get_for_object(model_instance)``\n\n``model_name_versions_list``: is a alias to object_versions_list\n\n``version_paginator``\n``version_page_obj``\n``version_is_paginated``\n\n\n\nFeatures\n--------\n\n* TODO:\n\nCreate ReversionView\nCreate CompareVersionView\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2015-06-26)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/luzfcb/django-reversion-extras", "keywords": "django-reversion-extras,reversion,reversion-extras,django-reversion", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-reversion-extras", "package_url": "https://pypi.org/project/django-reversion-extras/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-reversion-extras/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/luzfcb/django-reversion-extras" }, "release_url": "https://pypi.org/project/django-reversion-extras/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Extra tools to work with django-reversion", "version": "0.0.2" }, "last_serial": 1609512, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "10bd99fd346f0f6c66ba24f3a5c02661", "sha256": "4409dc977bd991e798b674163def6e3cc59141c5c73ef837d20881fb56b61de1" }, "downloads": -1, "filename": "django_reversion_extras-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10bd99fd346f0f6c66ba24f3a5c02661", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6965, "upload_time": "2015-06-27T20:40:07", "url": "https://files.pythonhosted.org/packages/f9/5c/ba445ea7f94b5585772c2755e3ece0a5f444336f8c89147b67b88bf8373a/django_reversion_extras-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ea55a93b8d2ee63de5a1931f60222b3", "sha256": "ab720994cbfa3bf2e6cf59fd44c6d1e4b49445d2617fa78e6b3bcce82fbb6d4b" }, "downloads": -1, "filename": "django-reversion-extras-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3ea55a93b8d2ee63de5a1931f60222b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7577, "upload_time": "2015-06-27T20:40:02", "url": "https://files.pythonhosted.org/packages/5f/fc/1a9a227624416be86020e370353aca6e820f7f4a81aa4de4cc6f889359d1/django-reversion-extras-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10bd99fd346f0f6c66ba24f3a5c02661", "sha256": "4409dc977bd991e798b674163def6e3cc59141c5c73ef837d20881fb56b61de1" }, "downloads": -1, "filename": "django_reversion_extras-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10bd99fd346f0f6c66ba24f3a5c02661", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6965, "upload_time": "2015-06-27T20:40:07", "url": "https://files.pythonhosted.org/packages/f9/5c/ba445ea7f94b5585772c2755e3ece0a5f444336f8c89147b67b88bf8373a/django_reversion_extras-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ea55a93b8d2ee63de5a1931f60222b3", "sha256": "ab720994cbfa3bf2e6cf59fd44c6d1e4b49445d2617fa78e6b3bcce82fbb6d4b" }, "downloads": -1, "filename": "django-reversion-extras-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3ea55a93b8d2ee63de5a1931f60222b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7577, "upload_time": "2015-06-27T20:40:02", "url": "https://files.pythonhosted.org/packages/5f/fc/1a9a227624416be86020e370353aca6e820f7f4a81aa4de4cc6f889359d1/django-reversion-extras-0.0.2.tar.gz" } ] }