Roderik van Heijst
Roderik van Heijst
Signed-off-by: Roderik van Heijst I came across apprise-microservice through resticker (thank you very much for both!). For our use case, I wanted resticker to inform us when a backup failed,...
Fixes #8250 As described in my proposal in #8250, this PR changes the hasManyThrough inclusion resolver from performing at least one query per through model, to performing a single query...
### Describe the bug Similar to #8074 , the hasManyThrough inclusion resolver suffers from a heavily degraded performance. It will fetch all through models for a given set of source...
After the latest release (and possibly the one before - hard to test), a circular dependency error triggers where none did before. ## Steps to reproduce 1. Create 3 models,...