Releases: mathspace/django-auditlog-v3
Releases · mathspace/django-auditlog-v3
Update for deploying via pip+git
v3.0.0-beta.3-mathspace.2 Update setup.py to be able to install from pip
Forked v3.00-beta.3 with some customisations
Add some customisations:
- Enable support for existing functionality of disabling auditlog application wide. Current configuration used:
AUDITLOG["disable_auditlog"] = False
- Fix jazzband#539 of logging all rows of M2M fields resulting to very slow performance.