Skip to content

Make EmailAddress creatable and deletable without going through Member

Jan Girlich requested to merge 114-refactor-primary-email-address into development

By putting the primary mail handling in save() and delete() of EmailAddress it's possible to use the default Django ways of creating, modifying and deleting EmailAddresses and still keeping the primary email attribute in the correct state. Warning: Bulk creation and deletion i.e. through Querysets will not execute save() nor delete().

Closes #114 (closed)

Merge request reports