f213 / django-auditlog-compat

A Django app that keeps a log of changes made to an object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-auditlog-compat

Travis (.org) GitHub release (latest SemVer) GitHub last commit

This is a fork of django-auditlog that works with django-jsonfield-compat, getting you rid of weird issues when your stock django JSONField data gets accidentaly converted to PHP-like strings, see jazzband#71.

Do not forget to add USE_NATIVE_JSONFIELD = True to your settings.py

Author

The original author of fork is florencioq, i have adjusted it to support django 3.0 and removed some of python 2 code.

About

A Django app that keeps a log of changes made to an object.

License:MIT License


Languages

Language:Python 100.0%