RyanBalfanz / django-sendgrid

SendGrid for Django
http://pypi.python.org/pypi/django-sendgrid
97 stars 26 forks source link

Fixed issue with EmailMessage admin without any events #65

Closed cyriac closed 10 years ago

cyriac commented 10 years ago

There can be cases where no events are mapped against an EmailMessage, either because of delay in receiving the webhook or network errors. Admin change list page for EmailMessage was breaking for such case.

This PR fixes it.

RyanBalfanz commented 10 years ago

Generally, I tend to stay away from multiple returns, and would like to see tests, but I've not been active with this project lately.

Thanks for the PR. :+1: