ambitioninc / django-entity-emailer

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

handle newer django #53

Closed somewes closed 7 years ago

somewes commented 7 years ago

@thinkt4nk i had to modify the original migration because it couldn't run on newer versions of django. the old uuid field includes a class that no longer exists. when these migrations are run on a newer version of django, the second one really doesn't matter, since it isn't actually altering anything.

thinkt4nk commented 7 years ago

LGTM