mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Clarifying comment
The new filters stuff is a little bit action-at-a-distance
This commit is contained in:
parent
35cba9e85a
commit
d0f24f9bbc
1 changed files with 2 additions and 1 deletions
|
|
@ -442,7 +442,8 @@ class TableView(RowTableShared):
|
|||
filters = Filters(sorted(other_args), units, ureg)
|
||||
where_clauses, params = filters.build_where_clauses(table)
|
||||
|
||||
# Execute filters_from_request plugin hooks
|
||||
# Execute filters_from_request plugin hooks - including the default
|
||||
# ones that live in datasette/filters.py
|
||||
extra_context_from_filters = {}
|
||||
extra_human_descriptions = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue