Hi Fabio,
Have you tried these django packages?:
Simple History:
https://www.djangopackages.com/packages/p/django-simple-history/
AuditLog: https://www.djangopackages.com/packages/p/django-auditlog/
CleanerVersion: https://www.djangopackages.com/packages/p/cleanerversion/
Or any other from: htt
Hello, I need to implement versioning of a TextField to an electronic
system to manages documents.
Before I try to reinvent the wheel, I'd like to know what are the reusable
apps are available that solve this problem.
I have the following model class:
https://gist.github.com/luzfcb/226612d0b98dd4
I need to implement some functionality, and I'm wondering if any of
you know of an app component that does this (so hopefully I don't have
to). I want to have versioning on a text field similar to the way
WordPress lets you save drafts and multiple revisions.
I've checked out Django fullhistory,
3 matches
Mail list logo