From c11c83f73a52450d01c24ffe263bfa95bce39c4f Mon Sep 17 00:00:00 2001 From: robbie Date: Fri, 7 Jan 2022 15:57:18 -0600 Subject: [PATCH] Updates release notes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08bd51c..e392b25 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,9 @@ It will automatically call `select_related` and `prefetch_related` on the curren # Changelog +## 0.9.7 (January 2022) +- Includes m2m in prefetch_related clause even if they're not expanded. Thanks @pablolmedorado and @ADR-007! + ## 0.9.6 (November 2021) - Make it possible to use wildcard values with sparse fields requests.