You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First please accept my gratitude for this awesome util.
If I derive my serializer from this mixin and if my serializer have a field which is a serializer.SerializerMethodField.
In that method we have been using self.context['request']; which stays available if I donot derive my serializer from QueryFieldMixin by it disappears if I do.
Any guidance will be appreciated
The text was updated successfully, but these errors were encountered:
First please accept my gratitude for this awesome util.
If I derive my serializer from this mixin and if my serializer have a field which is a serializer.SerializerMethodField.
In that method we have been using self.context['request']; which stays available if I donot derive my serializer from QueryFieldMixin by it disappears if I do.
Any guidance will be appreciated
The text was updated successfully, but these errors were encountered: