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
Testing serializers can be a little cumbersome as you have to call as_json(model, { ..}. It would be nice to be able to create an instance of a serializer, passing in a model and a context as this would allow something like:
Testing serializers can be a little cumbersome as you have to call
as_json(model, { ..}
. It would be nice to be able to create an instance of a serializer, passing in a model and a context as this would allow something like:The text was updated successfully, but these errors were encountered: