We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e6c95 commit d165650Copy full SHA for d165650
src/reactpy_django/utils.py
@@ -334,7 +334,7 @@ def django_query_postprocessor(
334
"One of the following may have occurred:\n"
335
" - You are using a non-Django ORM.\n"
336
" - You are attempting to use `use_query` to fetch non-ORM data.\n\n"
337
- "If these situations seem correct, you may want to consider disabling the postprocessor."
+ "If these situations apply, you may want to disable the postprocessor."
338
)
339
340
return data
0 commit comments