-- 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.
You can use the post_delete signal in Django's signals. Then, assuming
your MongoDB collection name is derived from your model in a consistent
manner then you're all set.
- Is there a way to provide a delete-hook on a custom ... Jeff Heard
- Re: Is there a way to provide a delete-hook on ... Shawn Milochik
- Re: Is there a way to provide a delete-hook on ... Иван Иванов

