Files
sqlalchemy/test
Mike Bayer eae4de02a9 - in depth docs about some merge() tips
- docs about backref cascade
- Another new flag on relationship(), cascade_backrefs,
disables the "save-update" cascade when the event was
initiated on the "reverse" side of a bidirectional
relationship.   This is a cleaner behavior so that
many-to-ones can be set on a transient object without
it getting sucked into the child object's session,
while still allowing the forward collection to
cascade.   We *might* default this to False in 0.7.
2010-09-22 14:22:16 -04:00
..
2010-09-03 15:29:32 -04:00
2010-07-11 13:41:38 -04:00
2010-04-17 06:44:44 -04:00
2010-09-12 19:24:40 -04:00