zapier / django-drip

:droplet: Use Django admin to manage drip campaign emails using querysets on Django's User model.
MIT License
638 stars 137 forks source link

Adds support for today query selector and unique admin timeline. #31

Closed jtrain closed 9 years ago

jtrain commented 11 years ago

Addresses Issue #30 and included pull request from #20.

Has passing test added for issue #30

jtrain commented 11 years ago

I also changed the requirements.txt file to fit django < 1.5 because django-timezones doesn't handle django1.5 yet.

bryanhelmig commented 9 years ago

Mind re-basing your branch? I can work to merge this then.