Did you take a look at Django Signals? You can intercept pre-save and
post-save objects with them. You can use that to grab the data you
want and fill your ProjectModification object. I don't know if there
is a way you could tell if it was done in the admin or not though...

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