Include "is/not null" filters for GPC fields
This commit is contained in:
parent
5cdd09020d
commit
35aab87fdc
1 changed files with 2 additions and 1 deletions
|
@ -926,7 +926,8 @@ class AlchemyGPCFilter(AlchemyGridFilter):
|
|||
"""
|
||||
GPC filter for SQLAlchemy.
|
||||
"""
|
||||
default_verbs = ['equal', 'not_equal', 'equal_any_of']
|
||||
default_verbs = ['equal', 'not_equal', 'equal_any_of',
|
||||
'is_null', 'is_not_null']
|
||||
|
||||
def filter_equal(self, query, value):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue