-----
- Incorporated tests and bug fixes to relationship containers from
Markus Kemmerling:
* ManyToOneRelationship instantiation was broken
* The `findRelationships` method misbehaved if both, `source` and `target`,
are not None, but `bool(target)` evaluated to False.
* ISourceRelationship and ITargetRelationship had errors.