Convert label profiles to use master view.
Plus some more minor tweaks to the framework.
This commit is contained in:
parent
af07f477dc
commit
d4210844ac
11 changed files with 145 additions and 184 deletions
tailbone/newgrids
|
@ -267,7 +267,7 @@ class AlchemyBooleanFilter(AlchemyGridFilter):
|
|||
"""
|
||||
Boolean filter for SQLAlchemy.
|
||||
"""
|
||||
default_verbs = ['is_true', 'is_false', 'is_null', 'is_not_null', 'is_any']
|
||||
default_verbs = ['is_true', 'is_false', 'is_any']
|
||||
|
||||
def filter_is_true(self, query, value):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue