silentsokolov / django-admin-rangefilter

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

NumericRangeFilter shows the initial value of default_end instead of default_start #123

Closed gretapataki closed 4 months ago

gretapataki commented 4 months ago

If we set the default_start and default_end values in the NumericRangeFilterBuilder, both fields display the default_end value as initial.

numericrangefilter