models.py

class apps.audit.models.LogEntry(*args, **kwargs)[source]

Bases: django.db.models.base.Model

Stores a change to a model instance in json format.

Parameters:
  • id (AutoField) –
  • added_on (DateTimeField) –
  • added_by_id (ForeignKey to User) –
  • encryption_key_id (ForeignKey to EncryptionKey) –
  • json (TextField) –