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

Add TimeRangeFilter for filtering events by time #117

Open silentsokolov opened 5 months ago

silentsokolov commented 5 months ago

This pull request introduces a new TimeRangeFilter to the django-admin-rangefilter library, allowing users to filter records in the Django admin by time range, independent of the date. This feature addresses the need for filtering events or records that occur within a specific time frame across different days.

This enhancement broadens the library's utility by enabling more granular time-based filtering, catering to applications that manage time-sensitive data.


For more details, open the Copilot Workspace session.