drf-yasg
drf-yasg copied to clipboard
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
serializers.NullBooleanField has been removed in the latest DRF 3.14 . It needs to be imported from rest_framework.fields. https://github.com/JoelLefkowitz/drf-yasg/blob/7316f13497065ffbe0e134e2a4bbd4ea76939d2c/src/drf_yasg2/inspectors/field.py#L488
Currently, tags creation is based on the first word of URL/action. It's possible to overwrite tags with decorators but this leads to tedious repetitions. It would be nice to add...
Follow on to #14 / #52 Travis CI has not yet released a Python 3.9 final image: https://travis-ci.community/t/python-3-9-0-build/10091 Once this happens, we should update the Travis config from `3.9-dev` to...
Upsteam issues: - https://github.com/axnsan12/drf-yasg/issues/389 - https://github.com/axnsan12/drf-yasg/issues/473 From the [`core-api` repo](https://github.com/core-api/core-api): > DEPRECATION NOTICE: As of djangorestframework 3.9, the plan is to phase out CoreAPI in favor of OpenAPI as the...
As per this issue in the father project, is anything planned to finally support OpenAPI3 standards in this package? https://github.com/axnsan12/drf-yasg/issues/33
It would be a great addition to the library and great service to the python community at larget
Hi, I have problem, and I didn't see way to annotate class which inheriting from API View, when get method for list and detail are merged together in one class....
I have a trouble with Schemes in Swagger UI. Details: I create schema (method _get_schema_view_) without _url_ param, because my backend works on many addresses. And have result: Schemes in...
Hi, I setup everything as per the docs but I'm getting this error and I can't find whats causing it. I went through the docs and there is nothing I...