Skip to content
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

Compare
Choose a tag to compare
@maennel maennel released this 11 Jun 06:38
· 184 commits to master since this release

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