burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

Integrate with Grappelli (for nice date / time picker) #19

Closed kennknowles closed 10 years ago

kennknowles commented 10 years ago

Grappelli offers a very nice style and interaction enhancements for the Django admin site.

In particular, it adds a modern and friendly date & time picker which I would like to make available when doing a mass edit.

I believe that Grappelli adds these via Javascript so it may be possible to help Grappelli recognize the mass edit datetime picker and do the same thing.

Thoughts?

bufke commented 10 years ago

This would be good. I use Grappelli too. I'll add it once I have some time.

bufke commented 10 years ago

This is fixed thanks to https://github.com/burke-software/django-mass-edit/pull/21

kennknowles commented 10 years ago

Nice!