khameeteman

Results 2 comments of khameeteman

As a workaround, the following seems to work: ```python @swagger_serializer_method(serializers.ListField( child=serializers.JSONField(help_text="field info"), # or `help_text=field.help_text` )) def _field(self, obj) -> list[dict]: return [] ```

Looking forward to this fix!