Re: Apps for versioning model fields

2015-06-30 Thread Afonso Ribas
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

Apps for versioning model fields

2015-06-29 Thread Fabio C. Barrionuevo da Luz
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

apps for versioning

2010-08-31 Thread JonC
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,