| 1 | | I was aware of that limitation, and the prescription to use `select_related()` to avoid deferred queries, but as the spiritual successor to `select_related()`, I guess I assumed an analogous afetch_peers mode would have a way to swap in `aprefetch_related_objects` in place of `prefetch_related_objects`, but looking at that stacktrace, we have that pesky `__get__()` right there at the top, so, ack--of course not! Thanks for confirming. |
| | 1 | I was aware of that limitation, and the prescription to use `select_related()` to avoid deferred queries, but as the spiritual successor to `select_related()` when laziness is wanted, I guess I assumed an analogous afetch_peers mode would have a way to swap in `aprefetch_related_objects` in place of `prefetch_related_objects`, but looking at that stacktrace, we have that pesky `__get__()` right there at the top, so, ack--of course not! Thanks for confirming. |