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
c3950edb
Unverified
Commit
c3950edb
authored
Dec 09, 2016
by
Thom Wiggers
📐
Browse files
RIP
parent
159928db
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/mailinglists/models.py
View file @
c3950edb
...
...
@@ -26,7 +26,7 @@ class MailingList(models.Model):
for
committee
in
self
.
committees
.
all
().
prefetch_related
(
"members"
):
for
member
in
committee
.
members
.
exclude
(
commiteemembership__until__lt
=
timezone
.
now
().
date
()):
commit
t
eemembership__until__lt
=
timezone
.
now
().
date
()):
yield
member
.
user
.
email
for
address
in
self
.
addresses
.
all
():
...
...
Joost Rijneveld
@lrijneveld
·
Dec 09, 2016
Contributor
Goeie commitmessage
👍
Goeie commitmessage :+1:
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