On Jan 7, 5:18 am, robos85 <prog...@gmail.com> wrote:
> What action is initialized when delete link is clicked?
> I user save_model() to override default save action, but can't find action
> to override delete procedures. I need it:/

Every model has a delete() method. You should be able to override it.

http://docs.djangoproject.com/en/dev/ref/models/instances/#django.db.models.Model.delete

--
Scott Hebert
http://slaptijack.com

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

Reply via email to