------------------
Bug fixes:
- Also catch KeyError when traversing to fix creating relations during Copy&Paste in Zope 4.
Fixes https://github.com/plone/Products.CMFPlone/issues/2866
[pbauer] (12)
- When looking up back-references the lookup using unrestrictedTraverse was way to slow.
A simplified traverse speeds up the lookup by up 80x. [jensens, 2silver] (14)