On Dec 15, 2007 4:10 AM, Andrew <[EMAIL PROTECTED]> wrote:
> I've implemented a generic "change" model for some of my models.
> Ideally what I'd like is to be able to either mark or subclass a
> model, and when changes are made to a specific field, a copy is saved
> in the related "change" object stack -- such that when the post_save
> signal is sent out from my base model, I'll have access to the
> changes.

Have you looked at this?

http://code.djangoproject.com/wiki/AuditTrail


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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