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

fix initial value in NumericRangeFilter form field #124

Closed gretapataki closed 4 months ago

gretapataki commented 4 months ago

Fixes #123

Fix initial value in NumericRangeFilter form field to show default_start value (default_gte) instead of default_end value (default_lte)

silentsokolov commented 4 months ago

Thx!