Releases: jazzband/django-auditlog
Releases · jazzband/django-auditlog
1.0 alpha 1
This release adds support for Django 3.0, and drops support for Python 2 and unsupported Django versions (most notably Django 1.11).
Overview of changes: #263
0.4.5
0.4.4
0.4.3
Fixes
- Fixes cricital bug in admin mixin making the library only usable on Django 1.11 (thanks, @audiolion)
0.4.2
As it turns out, haste is never good. Due to the focus on quickly releasing this version a nasty bug was not spotted, which makes this version only usable with Django 1.11 and above. Upgrading to 0.4.3 is not only encouraged but most likely necessary. Apologies for the inconvenience and lacking quality control.
Improvements
- Models can be registered with decorators now (thanks @skorokithakis)
Fixes
- A lot, yes, really a lot, of fixes for the admin integration, with thanks to @Kurocon, @chris-griffin, @fernandoe, @skorokithakis and @fsniper.
- Flush command fixed for Django 1.10 (thanks @goodmase)
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
unregistermethod (thanks, @kbussell)LogEntry.objects.get_for_objectsworks properly on PostgreSQL (thanks, @justinlittman)- Added index in 0.3.2 no longer breaks for users with MySQL databases
Important notes
- The
object_pkfield is now limited to 255 chars