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