ambitioninc / django-entity-emailer

:mailbox: Send email to Entities.
MIT License
8 stars 8 forks source link

Updated group entity filtering to use EntityKinds instead of ContentTypes #15

Closed wesleykendall closed 10 years ago

wesleykendall commented 10 years ago

@Wilduck this depends on django-entity-subscription==0.4.0 being merged for the tests to pass.

This PR updates Django entity emailer to use EntityKind models as the method of specifying entity groups rather than the previous accepted way of doing it with ContentTypes

Docs were updated and release notes were added

swans-one commented 10 years ago

This looks good to me @wesleykendall. Merging.