In this comment you say that we should be able to optimise the queryset of a manually prefetched field using optimize, however this does not appear to work.
The following code in the demo directory shows that the only optimisation is not applied to my_issues:
In this comment you say that we should be able to optimise the queryset of a manually prefetched field using
optimize
, however this does not appear to work.The following code in the demo directory shows that the only optimisation is not applied to
my_issues
:Is it possible to use
optimize
in this way?Thanks for the library!