Hi all,

I have some endpoints created with Generic Views, like ListAPIView and 
RetrieveAPIView. Before the user sees these, I'd like to add some extra 
fields to them (the fields are independent of the view requested). I've 
tried doing this in middleware, but it appears that the response gets 
rendered and finalized before it gets to my middleware. Is there a better 
way to do this?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to