ambitioninc / django-entity-emailer

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

moving requirement to python3-ready ambition fork of django-uuidfield #49

Closed thinkt4nk closed 7 years ago

thinkt4nk commented 7 years ago

@jaredlewis I decided to go with a public ambition fork instead of using Django's native UUIDField, since there isn't any support for uuid's without hyphens in the native field, and we're using hyphen-free uuid's. We could do migrations to move all uuid fields to other names and make properties that remove hyphens, but I figured this is simpler.