Skip to main content

history compare for django-reversion

Project description

django-reversion-compare is an extension to django-reversion that provides a history compare view to compare two versions of a model which is under reversion.

Comparing model versions is not a easy task. Maybe there are different view how this should looks like. This project will gives you a generic way to see whats has been changed.

Many parts are customizable by overwrite methods or subclassing, see above.

Coverage Status on coveralls.io

coveralls.io/r/jedie/django-reversion-compare

Build Status on travis-ci.org

travis-ci.org/jedie/django-reversion-compare

Requirements Status on requires.io

requires.io/github/jedie/django-reversion-compare/requirements/

installation

Just use:

pip install django-reversion-compare

Optional you can install google-diff-match-patch otherwise difflib would be used. The easiest way it to use the unofficial package diff-match-patch, e.g.:

pip install diff-match-patch

setup

Add reversion_compare to INSTALLED_APPS in your settings.py, e.g.:

INSTALLED_APPS = (
    'django...',
    ...
    'reversion', # https://github.com/etianen/django-reversion
    'reversion_compare', # https://github.com/jedie/django-reversion-compare
    ...
)

# Add reversion models to admin interface:
# ADD_REVERSION_ADMIN=True

usage

Inherit from CompareVersionAdmin instead of VersionAdmin to get the compare feature.

admin.py e.g.:

from django.contrib import admin
from reversion_compare.admin import CompareVersionAdmin

from my_app.models import ExampleModel

class ExampleModelAdmin(CompareVersionAdmin):
    pass

admin.site.register(ExampleModel, ExampleModelAdmin)

If you’re using an existing third party app, then you can add patch django-reversion-compare into its admin class by using the reversion_compare.helpers.patch_admin() method. For example, to add version control to the built-in User model:

from reversion_compare.helpers import patch_admin

patch_admin(User)

e.g.: Add django-cms Page model:

from cms.models.pagemodel import Page
from reversion_compare.helpers import patch_admin


# Patch django-cms Page Model to add reversion-compare functionality:
patch_admin(Page)

customize

It’s possible to change the look for every field or for a entire field type. You must only define a methods to your admin class with this name scheme:

  • "compare_%s" % field_name

  • "compare_%s" % field.get_internal_type()

If there exist no method with this name scheme, the fallback_compare() method would be used.

example for specify a compare method for a model field by name:

class YourAdmin(CompareVersionAdmin):
    def compare_foo_bar(self, obj_compare):
        """ compare the foo_bar model field """
        return "%r <-> %r" % (obj_compare.value1, obj_compare.value2)

and example using patch_admin with custom version admin class:

patch_admin(User, AdminClass=YourAdmin)

screenshots

Here some screenshots of django-reversion-compare:


How to select the versions to compare:

django-reversion-compare_v0_1_0-01.png


from v0.1.0: DateTimeField compare (last update), TextField compare (content) with small changes and a ForeignKey compare (child model instance was added):

django-reversion-compare_v0_1_0-02.png


from v0.1.0: Same as above, but the are more lines changed in TextField and the ForeignKey relation was removed:

django-reversion-compare_v0_1_0-03.png


Example screenshot from v0.3.0: a many-to-many field compare (friends, hobbies):

django-reversion-compare_v0_3_0-01.png

  • In the first line, the m2m object has been changed.

  • line 2: A m2m object was deleted

  • line 3: A m2m object was removed from this entry (but not deleted)

  • line 4: This m2m object has not changed

unittests

(Unittests need django-tools)

run unittests

via setup.py:

$ cd path/to/django-reversion-compare
django-reversion-compare$ ./setup.py test

via runtests.py:

$ cd path/to/django-reversion-compare
django-reversion-compare$ ./runtests.py

Helpfull for writing and debugging unittests is to run a local test server with the same data. e.g.:

~$ cd path/to/django-reversion-compare/
/django-reversion-compare$ ./tests/manage.py run_testserver

migration will be run and a superuser will be created. Username: test Password: 12345678

Version compatibility

Reversion-Compare

Django

>=v0.5.2

v1.7, v1.8

>=v0.4

v1.7

<v0.4

v1.4

These are the unittests variants. See also: /.travis.yml Maybe other versions are compatible, too.

changelog

contact

Come into the conversation, besides the github communication features:

Forum

official ‘django-reversion-compare’ Forum

IRC

#pylucid on freenode.net (Yes, the PyLucid channel…)

webchat

http://webchat.freenode.net/?channels=pylucid

donation

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-compare-0.5.4.tar.gz (211.6 kB view details)

Uploaded Source

Built Distributions

django_reversion_compare-0.5.4-py3.4.egg (47.7 kB view details)

Uploaded Source

django_reversion_compare-0.5.4-py2.py3-none-any.whl (53.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-reversion-compare-0.5.4.tar.gz.

File metadata

File hashes

Hashes for django-reversion-compare-0.5.4.tar.gz
Algorithm Hash digest
SHA256 ddca9717a99b28a6316acc1fa2bdf64790fb3b6bfac757471deeda59fb3e519b
MD5 8f74e3c3e84b2517f152cc9c906840fd
BLAKE2b-256 a3bc19aafd03ec0377459d45fa40e33aa6d9354cb0e765d547eda1cceefc0a3f

See more details on using hashes here.

File details

Details for the file django_reversion_compare-0.5.4-py3.4.egg.

File metadata

File hashes

Hashes for django_reversion_compare-0.5.4-py3.4.egg
Algorithm Hash digest
SHA256 dee46cc7fe0d434fa4db03367d59bfd3987f25111527089ee26e0c1c3180b0a0
MD5 f491a3fdbb6eb478f6c6528936cb352a
BLAKE2b-256 4f5c337218edc3e9b1dc229f8ea2bb67bf3ca110d8b164f1c74e231d419087ff

See more details on using hashes here.

File details

Details for the file django_reversion_compare-0.5.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_reversion_compare-0.5.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e1ce3b91957d9a95b18b1a9a75e2cc9ca39f27adbc64d8aa3fc72ee53e995bf2
MD5 bdf963e8245fda75c734eeea0494a1af
BLAKE2b-256 8d5a5b8ad6e77c656267cedef7d32b14cdf30b4201d06cf2346c9f4827cb7b0b

See more details on using hashes here.

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