Right now, if an object is deleted in the ORM, Django emulates ON
CASCADE DELETE behavior, and deletes "child" objects such that there
are no dangling foreign keys as a result of the delete.
Is there a way of delegating that to the database, and actually using
the database's own ON CASCADE DELETE?
--
-- Christophe Pettus
[email protected]
--
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.