Description
Extend ORM-level tenant filtering to prefetched querysets, matching the existing select_related behavior.
Why
Completes defense-in-depth at the ORM layer. RLS still protects at the database level, but ORM filters enable composite index usage and make the isolation visible in query logs.
Roadmap reference
v1.5.0 — DRF Integration & Query Improvements
Description
Extend ORM-level tenant filtering to prefetched querysets, matching the existing
select_relatedbehavior.Why
Completes defense-in-depth at the ORM layer. RLS still protects at the database level, but ORM filters enable composite index usage and make the isolation visible in query logs.
Roadmap reference
v1.5.0 — DRF Integration & Query Improvements