RyanBalfanz / django-sendgrid

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

Fix inheritance for future use cases #6

Closed blanchardjeremy closed 12 years ago

blanchardjeremy commented 12 years ago

I can't figure out how to make the pull request only include the latest commit instead of both of them. But that's my intention here.

If you re-order the inheritance the way I did, then your mixin can override the parent classes, which is almost certainly going to be desirable somepoint down the line.

See #1