Skip to content

Commit 7ab2d49

Browse files
committed
Trying out this rst thing.
1 parent 5510859 commit 7ab2d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ Outputs queries as they happen to the terminal, including time taken.
117117
Disable SQL query truncation (used in SQLRealTimeModule) with the ``DEVSERVER_TRUNCATE_SQL`` setting::
118118
119119
DEVSERVER_TRUNCATE_SQL = False
120+
Filter SQL queries with the ``DEVSERVER_FILTER_SQL`` setting::
121+
122+
DEVSERVER_FILTER_SQL = (
123+
re.compile('djkombu_\w+'), # Filter all queries related to Celery
124+
)
120125

121126
devserver.modules.sql.SQLSummaryModule
122127
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)