diff --git a/docs/pages/docs/django/debug.md b/docs/pages/docs/django/debug.md index 939667c8..c4b124e8 100644 --- a/docs/pages/docs/django/debug.md +++ b/docs/pages/docs/django/debug.md @@ -49,3 +49,4 @@ You can query it for outputing all the sql transactions that happened in the Gra } } ``` +Note that the `__debug` field must be the last field in your query.