We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275c385 commit b0e2c03Copy full SHA for b0e2c03
src/django_idom/types.py
@@ -63,5 +63,7 @@ class QueryOptions:
63
"""Configuration values usable by the `postprocessor`."""
64
65
postprocessor: Callable[[_Data, QueryOptions], None] | None = None
66
- """A post processing callable that can read/modify the `QueryOptions` object. If unset, the default fetch
67
- handler is used to prevent lazy loading of Django fields."""
+ """A post processing callable that can read/modify the query `data` and the `QueryOptions` object.
+
68
+ If unset, the default handler is used. This handler can be configured via `postprocessor_options`
69
+ to recursively fetch all fields to ensure queries are not performed lazily."""
0 commit comments