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 81 forks source link

Datepicker Fix and Filter fields with icontains #139

Open Seykotron opened 4 years ago

Seykotron commented 4 years ago

Datepicker fix, now it works when a form is not valid and also when you filter.

I implemented the icontains into the filters, I ow you ;)

Seykotron commented 1 year ago

Updated to work with Django3.0