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 value etc
>

That's a debatable point, but it would be fairly easy to create a Change
model, and either define save() methods or use pre/post save signals to
populate changes so that you have a change history.


-- 
---
David Zhou
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to