This release changes parent()
so that it returns None
if no parent is defined, instead of returning the document parent()
was called on. This was already the documented behavior before, this change fixes the implementation. Nonetheless this is a breaking change.