2.2.0
Added
- Add
options: QueryOptionsparameter touse_queryto allow for configuration of this hook.
Changed
- By default,
use_querywill recursively prefetch all many-to-many or many-to-one relationships to preventSynchronousOnlyOperationexceptions.
Removed
django_idom.hooks._fetch_lazy_fieldshas been deleted. The equivalent replacement isdjango_idom.utils.django_query_postprocessor.