-
**Describe the bug**
Types can't be extracted from newly added GeneratedField. Field must be added explicitly to the serializer with the correct type as defined in the "output_field". Otherwise it gi…
-
**Describe the bug**
Django's `FileField` stores a relative URL, see [`FieldFile.url`](https://docs.djangoproject.com/en/stable/ref/models/fields/#django.db.models.fields.files.FieldFile.url). DRF'…
-
When constructing an OpenAPI schema for a ModelViewSet, drf-spectacular has particular difficulty when a serializer field treats request/response data differently. An example of this is `LearningResou…
-
**Describe the bug**
I am running:
- Django 4.2.10
- django-oauth-toolkit 2.3.0
- djangorestframework 3.14.0
- drf-spectacular 0.27.1
I have configured drf-spectacular to authorize with OAut…
-
**Describe the bug**
Using the default Django `User` model, creating a `Serializer` and `ViewSet` from this leads to many of the fields being optional in the _response_ model that should always be …
-
Serializer fields that point to other serializers and are `read_only` should be marked as `readOnly` in the schema.
For example, I have an `AccountSerializer` with a field called `user` that points…
-
**Is your feature request related to a problem? Please describe.**
Automatically providing a schema for an API makes it much easier for others to programmatically access it. [`drf-spectacular`](https…
-
I have a field which as input requires a list of (ID's) ints but as output sends the full object through a serializer. Currently I fail to see how I should document this through drf-spectacular.
Ther…
-
When attempting to edit a ticket tasks (comment) and change the status from todo to done as well as update the real start date and real finis date the following error was returned:
```
KeyError at…
-
Using the provided tutorial and drf-spectacular as swagger layer, i don' see any endpoint about state change
drf-fsm = 1.0.4
django = 4.0.6