carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.41k stars 766 forks source link

Update 'DateRangeWidget' in widgets.py #1569

Open LewisFletcher opened 1 year ago

LewisFletcher commented 1 year ago

Rather than inherit the RangeWidget, DateRangeWidget directly inhreits the SuffixedMultiWidget and has DateInput widgets rather than TextInputs. This idea was brought up in the following discussion: https://github.com/carltongibson/django-filter/discussions/1568

LewisFletcher commented 1 year ago

Any feedback on this request?

carltongibson commented 1 year ago

Not yet 👍

LewisFletcher commented 1 year ago

Would love if you could merge this request! It's a very minor change that makes choosing dates more uniformed and simple.