def test_body(self): field = CustomContent._meta.get_field('body') self.assertModelField(field, StreamField, True, True, None) # meta