neon-jungle / wagtail-birdsong

Create, send, preview, edit and test email campaigns from within Wagtail
BSD 3-Clause "New" or "Revised" License
105 stars 26 forks source link

Small fixes #1

Closed seb-b closed 4 years ago

seb-b commented 4 years ago

Dropped the constraint for unique emails so contacts can be added to multiple descendant models.

Got a weird race condition where a Contact was dropped after a Campaign had been sent, which cause all Receipts to fail to be created, so added a slower but safer way of creating them.

seb-b commented 4 years ago

(also testing out the gitlab integration)