Closed Qadosch closed 1 year ago
Used by class CoreAPICompatInspector get_schema_fields is implemented on django-filters filter backend. By removing depentancy on coreapi in last 1.21.6 the function stopped working.
CoreAPICompatInspector
get_schema_fields
coreapi
yes it worked in 1.21.5
@Qadosch you should install with extra coreapi (like drf-yasg[coreapi]. Or wait next release with #857 (not required coreapi)
drf-yasg[coreapi]
Duplicate of #857
Bug Report
Description
Used by class
CoreAPICompatInspector
get_schema_fields
is implemented on django-filters filter backend. By removing depentancy oncoreapi
in last 1.21.6 the function stopped working.Is this a regression?
yes it worked in 1.21.5