Hi, quick question:

When I delete an object with foreign key relations for example, a User, 
with several related objects, are these child objects deleted at a low 
level, or via their delete() methods? Essentially, I am overriding delete() 
to implement a soft-delete with setting flags on the object rather than 
removing it from the system, and consequently want to make sure that if 
parents are deleted, the child object's overridden delete() is called.

Thanks

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to