carltongibson/django-filter

coreapi dependancy in function get_schema_fields

Qadosch opened this issue · 3 comments

get_schema_fields() should be not dependant on deprecated coreapi and updated to openapi

drf-yasg removed that dependency in the latest release https://drf-yasg.readthedocs.io/en/stable/changelog.html#id1

The schema generating methods are deprecated, to be removed.

Its a "wont do" then. Thank you for feedback. Did not realise, its a deprecated function.