Skip to main content

Extra tools to work with django-reversion

Project description

https://img.shields.io/pypi/v/django-reversion-extras.svg https://img.shields.io/pypi/status/django-reversion-extras.svg https://travis-ci.org/luzfcb/django-reversion-extras.svg?branch=master https://coveralls.io/repos/luzfcb/django-reversion-extras/badge.svg?branch=master Code Health Requirements Status https://img.shields.io/pypi/dd//django-reversion-extras.svg https://img.shields.io/pypi/dm//django-reversion-extras.svg

Extra tools to work with django-reversion

Documentation

The full documentation is at https://django-reversion-extras.readthedocs.org.

Quickstart

Install django-reversion-extras:

pip install django-reversion-extras

Then use it in a project:

from reversion_extras.views import DetailVersionListView, UpdateVersionListView

DetailVersionListView provides the same functionality as django.views.generic.DetailView

UpdateVersionListView provides the same functionality as django.views.generic.UpdateView

All inject in the template context some new variables:

object_versions_list: contains the list of django-reversion Versions of current model instance. The same value returned from reversion.get_for_object(model_instance)

model_name_versions_list: is a alias to object_versions_list

version_paginator version_page_obj version_is_paginated

Features

  • TODO:

Create ReversionView Create CompareVersionView

History

0.1.0 (2015-06-26)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-reversion-extras-0.0.2.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

django_reversion_extras-0.0.2-py2.py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page