events are updated
This commit is contained in:
@@ -20,7 +20,7 @@ class FilterAttributes:
|
||||
|
||||
pre_query = None # The query to use before the filtering such as: query = cls.query.filter_by(active=True)
|
||||
filter_attr = None # The filter attributes to use in the model.
|
||||
FilterModel: ListOptions = ListOptions
|
||||
FilterModel = ListOptions
|
||||
|
||||
def flush(self):
|
||||
"""Flush the current session."""
|
||||
|
||||
Reference in New Issue
Block a user