mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 23:50:12 +00:00
linter changes
This commit is contained in:
parent
a4bad3f7b5
commit
353a3e59aa
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ class DateInNearFutureViewFilterType(ViewFilterType):
|
|||
|
||||
return Q(**{f'{field_name}__lte': lastDay, f'{field_name}__gte': today})
|
||||
|
||||
|
||||
class DateInNearPastViewFilterType(ViewFilterType):
|
||||
"""
|
||||
The date filter parses the provided value as date and checks if the field value is
|
||||
|
|
Loading…
Add table
Reference in a new issue