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

The package has a conflict with django settings DATETIME_FORMAT #108

Closed badziyoussef closed 1 year ago

badziyoussef commented 1 year ago

I putted DATETIME_FORMAT = "Y-m-d H:i:s" in django settings, the filter continued working with a default date format %dd/%mm/%YYYY, which has negative impact on filtering, always giving no results.

badziyoussef commented 1 year ago

Misconfiguration from my side