drf_openapi
drf_openapi copied to clipboard
Investigate subclassing DRF's AutoSchema in 3.7
DRF 3.7 introduced a class called "AutoSchema" which allows customizing Link generation. Need to check it out to see if we can simplify this project.
https://github.com/encode/django-rest-framework/issues/5382#issuecomment-333125957
@limdauto is it possible now to document query parameters without AutoSchema(manual_fields=[])?