django-audit-log


Audit logging for django models

Important: the official page for this project is now on github https://github.com/Atomidata/django-audit-log please try not to post issues here as I rarely see them.

Provides audit trails for django models with the least amount of code on the developer's part.

Useful for keeping track of who changed what model instance, the type of change that was made and when it was made.

Explanation of the usage scenario can be found here here.

See UsageInstructions for detailed usage instructions.

Project Information

Labels:
django python audit-logging audit-trail