This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Added Django 1.8 compatibility and Django Admin-interface integration
This latest minor release is backward compatible and adds the following features:
- Compatibility with Django 1.8 (LTS); additionally to Django 1.6 and Django 1.7 support has been extended to Django's latest release
- Integration to Django's Admin interface; It is now possible to manage your versions, display an object's history and to filter objects at a given point in time. Credits go to @boydjohnson and @peterfarrell.
- Bugfixes