How to delete all the objects which are referring the current object without DELETE_CASCADE
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cc50717c-c053-4569-98bc-802b6343f08a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,As I posted on other thread you can do that using meta api.But why you want to do that manually. DELETE_CASCADE does the same thing exactly.