def test_left_content(self): field = TwoColumn._meta.get_field('left_content') self.assertModelField(field, StreamField, False, False, None)