On Feb 23, 11:24 am, David Reynolds <da...@reynoldsfamily.org.uk>
wrote:
> 2009/2/23 Cody Robertson <bil...@gmail.com>:
>
>
>
> > *WARNING* I am a novice to Django - play nice :)
>
> > After digging I can't seem to find any sort of "hook" (similar to
> > save_model) for deletions in the admin section (django.contrib).
>
> > Am I missing something or is there a "cleaner" or "proper" way to do
> > this?
>
> A hook to do what exactly?
>
> If you mean what I think you mean then you can override the delete()
> method on the Model, or you can use Signals.
>
> --
> David Reynolds
> da...@reynoldsfamily.org.uk

You hit the nail on the head (albeit I should have figured this out
myself).

Thanks for the help!

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