django-revisions

Implements a revision trail for model instances in Django.


Keywords
revisions, versioning, history
License
BSD-3-Clause
Install
pip install django-revisions==0.3

Documentation

Unmaintained
------------

This Django app has been without a maintainer since 2011/04. Contact me if you'd like me to point to your fork as the new authoritative repo.

What the heck is this?
----------------------

There are a lot of Django versioning apps out there, either in a state of decrepitude, or functional but with a colvoluted or suboptimal design. This app intends to become the de-facto standard to manage revisions in Django.

Recently crawled out of alpha and has a good test suite, but it's not quite production-grade. Just so y'know.