Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
b6402af4
Commit
b6402af4
authored
Sep 14, 2017
by
Sébastiaan Versteeg
Browse files
Merge branch 'hotfix/verbatim-mailaddress' into 'master'
Properly gather verbatim mailinglist addresses See merge request
!565
parents
5f4560b3
3a1c2015
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/mailinglists/models.py
View file @
b6402af4
...
...
@@ -63,8 +63,8 @@ class MailingList(models.Model):
committeemembership__until__lt
=
timezone
.
now
().
date
()):
yield
member
.
user
.
email
for
address
in
self
.
addresses
.
all
():
yield
address
for
verbatim
address
in
self
.
addresses
.
all
():
yield
verbatimaddress
.
address
def
clean
(
self
):
super
().
clean
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment