Can you actually prefetch for CreateAPIView?

Hello,

I tried to prefetch related data for my CreateAPIView.

I found two suggestions for this:

  1. Simply override query_set function.
  2. Try to setup some kind of eager loading for the serializers.

Unfortunately none of them worked for me.
I already opened a topic regarding my issue here.

Can anybody confirm this theory?

Please do not open multiple topics for the same issue or discussion. If you have additional information to provide on your original post, add it as a comment to that thread.

Hello Ken,

This would be a general question.

I linked my other topic, so people would not ask the typical questions like, why did I not include any code or have you checked the documentation?