-
- Downloads
Inject request in the context for the serializers
The seralizers for Host, Note and Show require the request in the context, but only the `APINoteViewSet` calls `get_serializer_context`. The other two `APIHostViewSet` and `ShowSerializer` ingnore it, and the request needs to be added manually.
Loading
Please register or sign in to comment