Track historical events to Django models using Postgres triggers.
django-pghistory is a tool that tracks changes to Django models using Postgres triggers. It offers reliable history tracking without altering application code. With structured history models reflecting model fields, grouping history with additional context like the logged-in user, and various configuration options, it provides a comprehensive solution for history tracking needs.
django-pghistory provides a seamless way to track changes to Django models using Postgres triggers. With features like structured history models, grouping with additional context, and easy configuration options, it simplifies history tracking without requiring changes to application code. With the included admin integration and middleware, django-pghistory offers a comprehensive solution for tracking and managing historical events in Django projects.