Skip to content

Releases: mathspace/django-auditlog-v3

Update for deploying via pip+git

20 Dec 01:00
e45fcdf
Compare
Choose a tag to compare
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

20 Dec 00:39
25c0947
Compare
Choose a tag to compare

Add some customisations:

  1. Enable support for existing functionality of disabling auditlog application wide. Current configuration used:
AUDITLOG["disable_auditlog"] = False
  1. Fix jazzband#539 of logging all rows of M2M fields resulting to very slow performance.