RyanBalfanz / django-sendgrid

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

Sendgrid Event Timestamp #21

Open hoddez opened 11 years ago

hoddez commented 11 years ago

sendgrid events come in with a timestamp. We should use this as the creation_time rather than auto_now

RyanBalfanz commented 11 years ago

I'd add another field, event_timestamp, or something. Should we add the uniqueness too?