darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.33k stars 704 forks source link

Help on integrating date filter #318

Open arjunnambiartc opened 9 years ago

arjunnambiartc commented 9 years ago

Hi Kaspars,

The date filter on the django admin and hence on the django suit is very limited in its ability to search between 2 specific date ranges and provides the option to only search specific dates.I was trying to extend this functionality through https://github.com/tzulberti/django-datefilterspec . This works fine, however it screws up the template. This is how it looks like.. suit

The greater than and less than date filters and any other filters start coming one below the other instead of one line..i tried editing filter.html but could not achieve that i wanted.If not a problem,could you give me some pointers on how to fix this

Javieracost commented 7 years ago

Hey there, just stopping by to comment that I too would like to have this working! Having to mess with the HTML to achieve this isnt really the best for maintainability.