My default search button doesn't work.
AenishShrestha opened this issue · 1 comments
AenishShrestha commented
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.
silentsokolov commented
django-admin-rangefilter supports only default django admin UI