Metadata-Version: 1.0
Name: django-revisions
Version: 0.3
Summary: Implements a revision trail for model instances in Django.
Home-page: http://stdbrouw.github.com/django-revisions/
Author: Stijn Debrouwere
Author-email: stijn@stdout.be
License: BSD
Download-URL: http://www.github.com/stdbrouw/django-revisions/tarball/master
Description: 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.
Keywords: revisions versioning history
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
