Releases: jazzband/django-auditlog
Releases · jazzband/django-auditlog
0.4.1
Improvements
- Improved Django Admin pages (thanks, @robguttman)
Fixes
- Fixed multithreading issue where the wrong user was written to the log (thanks, @Isszul and @eugene-daragan-codex)
0.4.0
Breaking changes
- Dropped support for Django 1.7
- Updated dependencies - please check whether your project works with these higher versions
New features
- Management command for deleting all log entries
- Added admin interface (thanks, @Crackjack)
Improvements
- Compatibility with Django 1.10
- Updated dependencies
Fixes
- Solved migration error for MySQL users
0.3.3
Fixes
unregister
method (thanks, @kbussell)LogEntry.objects.get_for_objects
works properly on PostgreSQL (thanks, @justinlittman)- Added index in 0.3.2 no longer breaks for users with MySQL databases
Important notes
- The
object_pk
field is now limited to 255 chars
0.3.2
0.3.1
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