From 3a69146d8acbb3a9c886b5a4279ba287f25cb004 Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Wed, 18 May 2016 23:08:38 -0700 Subject: [PATCH] Document that __debug must be last field --- docs/pages/docs/django/debug.md | 1 + 1 file changed, 1 insertion(+) 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.