silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
713 stars 106 forks source link

Feature Request: TimeRangeFilter #88

Open Datamined opened 2 years ago

Datamined commented 2 years ago

Hello. Thanks for your awesome library.

I'd propose to implement TimeRangeFilter, that should perform filtering by time only. Imagine we have a timeseries-like data and need to filter events happened from 10:00 to 14:00 (across all days, or certain period that could be filtered with yours DateRangeFilter)