date picker in django admin

5.3k Views Asked by At

I've a model ,response , which is filtered using a date field value in select boxes . But the filtering options are providing ranges of date . how can I filter the responses using specific date ?

1

There are 1 best solutions below

0
On

I Answered that here:

Filtering by custom date range in Django admin

You can user the django-admin-filtrate. If you are using django 1.4, put the patch I sent in issues comments.