-
Would it be possible to have OpenAPI support for query parameters?
At the moment this is provided by the `FlexFieldsFilterBackend` however the filter backend also implements the (not thoroughly tes…
-
# Bug Report
## Description
In our project, I was trying [to write the definition](https://github.com/DefectDojo/django-DefectDojo/pull/5612/files#diff-3257378a1d99264394ae00ae3d711a5e99e30ed5ed…
-
**Describe the bug**
I have a `/openapi` endpoint, and occasionally the API fails with this exception. This project does not use `dj_rest_auth` so I am not sure why there is an attempt to import it…
-
Hello, my endpoint structure in django is the following:
![image](https://github.com/tfranzel/drf-spectacular/assets/7276332/5ba47640-9f1a-4a84-8c38-d5613b65f14f)
dispatcher function:
![image…
-
I realise that `RestFulModelAdmin` isnt currently supposed to be used like a normal `admin.ModelAdmin`, however,
a) it is confusing/misleading to explain that people should create these beasts in "…
-
**Describe the bug**
With DynamicFieldsModelSerializer from django rest framework swagger dosen't produce the full schema of object
https://www.django-rest-framework.org/api-guide/serializers/#dynam…
-
**Describe the bug**
When a DRF viewset has `permission_classes`, a 401 response should be in the schema for the endpoints.
This is a special case of https://github.com/tfranzel/drf-spectacular/issu…
-
**Describe the bug**
When we are trying to set `api_verion` to some hardcoded version like `"v1"` we are getting error from mypy
**To Reproduce**
```python
from drf_spectacular import views as s…
-
`drf-spectacular` is excellent at generating OpenAPI schemas for REST APIs. Having something similar for use with websocket portions of DRF applications (via [Django Channels](https://github.com/LostM…
-
### Describe the problem
There is not a problem to solve per se. The [current API documentation is good](https://docs.weblate.org/en/latest/api.html). In my opinion, the proposed OpenAPI standard m…