Use either obj.__parent__or aq_parent(obj) instead of obj.aq_parent.
Both are the canonical forms of getting to an object's parent now.
Showing
Please register or sign in to comment
Both are the canonical forms of getting to an object's parent now.