django-auditlog
django-auditlog copied to clipboard
Serialize __proxy__ objects before logging
Currently it's a pain to try to get changes Django's lazy translation object easily logged. Could implement some functionality to automatically detect proxy object in models and transform them into strings before logging.
Context: