Description
Add a STRICT_MODE_EXCLUDE setting to exempt specific models (e.g., shared lookup tables) from strict mode checks.
Why
Current strict mode is all-or-nothing, which forces workarounds for legitimately unscoped models.
Roadmap reference
v1.5.0 — DRF Integration & Query Improvements
Description
Add a
STRICT_MODE_EXCLUDEsetting to exempt specific models (e.g., shared lookup tables) from strict mode checks.Why
Current strict mode is all-or-nothing, which forces workarounds for legitimately unscoped models.
Roadmap reference
v1.5.0 — DRF Integration & Query Improvements