Hey guys, I've written my blog in Django and am quite happy with it. Yesterday I implement trackbacks, so that Django kann accept them for posts. Next goal is to be able to send trackbacks. Since I put all my stuff into my blog through the automatic admin, my question is: Is there a way to overwrite the save-function for certain Models?
Here is what I'd like to do: Add a "Trackbacks"-field to my "Post"-Model and when somebody pushes "Save" in the Admin, it starts pinging the trackbacks and then save the object afterwards. Or is there a better way to do that? Thx in advance. Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---