oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 83 forks source link

date range filter #93

Open A4TIF opened 5 years ago

A4TIF commented 5 years ago

Hi

Have a date field and would like to have a date-range filter preferably using this. How would someone go about adding that to our existing filters?

Even the initial filters issue was created with date range in mind. But not sure how to go about implementing it.

Please advice.