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 93f918a commit 17c5bd8Copy full SHA for 17c5bd8
src/django_idom/hooks.py
@@ -281,6 +281,6 @@ def postprocess_django_query(
281
f"Django query postprocessor expected a Model or QuerySet, got {data!r}.\n"
282
"One of the following may have occurred:\n"
283
" - You are using a non-Django ORM.\n"
284
- " - You are attempting to use `use_query` to fetch a non-ORM data.\n\n"
+ " - You are attempting to use `use_query` to fetch non-ORM data.\n\n"
285
"If these situations seem correct, you may want to consider disabling the postprocessor via `QueryOptions`."
286
)
0 commit comments