On Oct 30, 10:07 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote:
> Is there a particular reason you need the before and after, instead of > just the after? Getting the before values would either require an > additional query during your save, or you'd have to overload the > __init__ method to store the original values somewhere. I don't specifically need the before value, I need to know which of the fields have changed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

