3
0
Fork 0

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:
Lance Edgar 2024-12-28 21:08:10 -06:00
parent c2efc1cd1a
commit 84ab931081
3 changed files with 22 additions and 12 deletions

View file

@ -42,6 +42,7 @@ dependencies = [
"pyramid_fanstatic",
"pyramid_mako",
"pyramid_tm",
"SQLAlchemy-Utils",
"waitress",
"WebHelpers2",
"WuttJamaican[db]>=0.19.1",