Skip to content

Commit

Permalink
Merge branch 'master' into wifi-client-check
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Jan 29, 2025
2 parents b596049 + 5d65fdf commit f664010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_monitoring/device/api/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Meta:
'device': ['exact'],
'device__group': ['exact'],
'start_time': ['exact', 'gt', 'gte', 'lt', 'lte'],
'stop_time': ['exact', 'gt', 'gte', 'lt', 'lte'],
'stop_time': ['exact', 'gt', 'gte', 'lt', 'lte', 'isnull'],
}


Expand Down

0 comments on commit f664010

Please sign in to comment.