Skip to content

Commit 3f082fc

Browse files
committed
add changelog
1 parent 794e15e commit 3f082fc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ Using the following categories, list your changes in this order:
2222

2323
## [Unreleased]
2424

25-
- Nothing (yet)
25+
### Added
26+
27+
- Add `options: QueryOptions` parameter to `use_query` to allow for configuration of this hook.
28+
29+
### Changed
30+
31+
- By default, `use_query` will recursively prefetch all many-to-many or many-to-one relationships to prevent `SynchronousOnlyOperation` exceptions.
32+
33+
### Removed
34+
35+
- `django_idom.hooks._fetch_lazy_fields` has been deleted. The equivalent replacement is `django_idom.utils.django_query_postprocessor`.
2636

2737
## [2.1.0] - 2022-11-01
2838

0 commit comments

Comments
 (0)