Releases: jazzband/django-auditlog
Releases · jazzband/django-auditlog
0.3.0
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
0.2.1
0.2.0
Although this release contains mostly bugfixes, the improvements were significant enough to justify a higher version number. Also, less changes to the API are expected.
Improvements:
- Signal disconnection fixed
- Model diffs use unicode strings instead of regular strings
- Tests on middleware