Skip to content
GitLab
Menu
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
7c498da3
Commit
7c498da3
authored
Sep 14, 2017
by
Sébastiaan Versteeg
Browse files
Merge branch 'hotfix/verbatim-mailaddress' into 'release/1.10'
Properly gather verbatim mailinglist addresses See merge request
!564
parents
5f4560b3
cb7a85b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/mailinglists/models.py
View file @
7c498da3
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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