Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jjkester jjkester released this 21 Jul 23:41
· 408 commits to master since this release

Breaking changes

Support for out-of-date Django versions is dropped as of this release. At minimum Django version 1.7 is required. This also means that South is no longer supported.

New functionality

  • Workaround for many-to-many support
  • Additional data
  • Support for both Python 2.7 and 3.4 (tested)

Improvements

  • Better diffs
  • Remote address is logged through middleware
  • Better documentation
  • Compatibility with django-polymorphic