Hello all,
Django-reversion should take care of an audit trail like that.
Essentially, whenever you save a model, it will store who made the
change, when the change was made, and a serialized version of all models
that were affected.
Using the admin history view, you can then see all the save
Is it possible to record and show more information such as who changed
a field from what original value to what new value?
On Wed, Nov 12, 2008 at 4:19 AM, Sérgio Durand <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> You can use AuditTrail[1] (i'm using now) or django-revision[2] (i'm
> planning use this
Hi,
You can use AuditTrail[1] (i'm using now) or django-revision[2] (i'm
planning use this).
[]'s
Sergio Durand
[1] http://code.djangoproject.com/wiki/AuditTrail
[2] http://code.google.com/p/django-reversion/
Lincoln_Consulting escreveu:
> Hello
>
> Every moden application needs 'Change Histo
On Tue, Nov 11, 2008 at 1:29 PM, Lincoln_Consulting <[EMAIL PROTECTED]>wrote:
>
> Every moden application needs 'Change History' for Audit and
> Compliance purposes.
>
> An application should provide information who changed what data, when
> did they change the data , the old value and the new val
Hello
Every moden application needs 'Change History' for Audit and
Compliance purposes.
An application should provide information who changed what data, when
did they change the data , the old value and the new value etc
Can Django help automate this?
This will be a huge selling point of us
5 matches
Mail list logo