Skip to content

Commit 339c3ea

Browse files
committed
README updated
1 parent b03260b commit 339c3ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ App settings
144144
QUERY_INSPECTOR_QUERY_SUPERUSER_ONLY = True
145145
QUERY_INSPECTOR_QUERY_DEFAULT_LIMIT = 0
146146
QUERY_INSPECTOR_QUERY_STOCK_QUERIES = []
147+
QUERY_INSPECTOR_QUERY_STOCK_VIEWS = None
147148
DEFAULT_CSV_FIELD_DELIMITER = ';'
148149
QUERY_INSPECTOR_SQL_BLACKLIST = (
149150
'ALTER',
@@ -715,3 +716,6 @@ Ideally, you should run this command at deployment time, to make sure that stock
715716
are always updated with sources.
716717

717718
During development, a "Reload stock queries" button is also available in the changelist.
719+
720+
You can optionally specify in `settings.QUERY_INSPECTOR_QUERY_STOCK_VIEWS`
721+
a callable to list the sql views Models to be included in Stock queries

0 commit comments

Comments
 (0)