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

My default search button doesn't work. #122

Closed AenishShrestha closed 5 months ago

AenishShrestha commented 5 months ago

My code looks like this when after i have installed django-admin-rangefilter list_filter = ["customer", "status", "delivery_boy", "payment_method", "delivery_location", "delivery_location_option", ("order_creation_date",DateRangeFilter), ('delivery_date',DateRangeFilter)]

list_display = ["order_id", "status", "customer", "delivery_boy", "delivery_boy_contact", "delivery_location", "delivery_charge", "order_creation_date", "delivery_date", "payment_method", "display_order_products"]

But when i use search button of default admin panel it wont work.

image

silentsokolov commented 5 months ago

django-admin-rangefilter supports only default django admin UI