def test_post_cannot_be_child_of_anything(self): """ Ensures that a Post page cannot be a child of a generic page """ self.assertCanNotCreateAt(Page, Post)