fix: include grid filters for all column properties of model class
by default anyway. previous logic started from `grid.columns` and then only included column properties, but now we start from the model class itself and let sa-utils figure out the default list
This commit is contained in:
parent
c2efc1cd1a
commit
84ab931081
3 changed files with 22 additions and 12 deletions
|
@ -42,6 +42,7 @@ dependencies = [
|
|||
"pyramid_fanstatic",
|
||||
"pyramid_mako",
|
||||
"pyramid_tm",
|
||||
"SQLAlchemy-Utils",
|
||||
"waitress",
|
||||
"WebHelpers2",
|
||||
"WuttJamaican[db]>=0.19.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue