def test_content(self): field = AbstractSectionItem._meta.get_field('content') self.assertModelField(field, StreamField, True, True)