session.delete documentation

Issue #2202 resolved
Mike Bayer repo owner created an issue

zzzeek: "the solution to the problem of deleting objects in collections is to forego the usage of session.delete() directly, instead to remove the item from the collection and allow cascade rules to take place, as illustrated below. See the section on <casades> for further details on cascading."

Comments (2)

  1. Log in to comment