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

add option to make the queryset distinct #15

Closed brad closed 11 years ago

brad commented 11 years ago

I have some querysets that generate many copies of each user. This adds an option to the drip to add .distinct() at the end of the queryset. I could be wrong, but I think it should default to True.

bryanhelmig commented 11 years ago

Lets just make this the default, no option.

brad commented 11 years ago

Oh, I like that. I'll modify the patch.

bryanhelmig commented 11 years ago

:cake: :smile:

brad commented 11 years ago

Done :tada:

bryanhelmig commented 11 years ago

Gorgeous! :heart: