carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.41k stars 766 forks source link

coreapi dependancy in function get_schema_fields #1586

Closed Qadosch closed 1 year ago

Qadosch commented 1 year ago

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

scastlara commented 1 year ago

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

carltongibson commented 1 year ago

The schema generating methods are deprecated, to be removed.

Qadosch commented 1 year ago

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