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
425 stars 82 forks source link

Django2 0 #48 #49

Closed migue56 closed 6 years ago

migue56 commented 6 years ago
  1. Fixed issue #48
  2. Fixed issue with filter params on paginations
  3. Fixed issue with url filters params
  4. Adding processed of url filters to CRUDMixin views
  5. Editided demo to check crud functions
oscarmlage commented 6 years ago

Thanks @migue56 for the excellent work