You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have one name per natural language for each template (say "Welcome", "Selamat datang", "Bienvenido", etc.) and a machine readable identifier for each template (say "welcome_email").
Apparently we haven't found a consensus about that yet.
@SeiryuZ sorry, had a typo in the pull request number above.
Anyway, since you are a maintainer of django-post_office yourself, please have a second look at my pull request #324 , eventually add your comments and/or approve it. I just have seen the the migration files are out of date, hence the unit tests fail. If you agree on my approach, I will fix them as soon as possible in order to create a mergeable pull request.
We've hit an issue where duplicate EmailTemplate.name crash the mail.send
Should we consider, making EmailTemplate.name unique?
The text was updated successfully, but these errors were encountered: