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
c0e270d7
Unverified
Commit
c0e270d7
authored
Aug 31, 2018
by
Thom Wiggers
📐
Browse files
Clarify active member manager
parent
8bcdc918
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/models.py
View file @
c0e270d7
...
...
@@ -30,7 +30,7 @@ class MemberManager(UserManager):
class
ActiveMemberManager
(
MemberManager
):
"""Get all active members"""
"""Get all active members
, i.e. who have a committee membership
"""
def
get_queryset
(
self
):
active_memberships
=
(
CommitteeMembership
...
...
Write
Preview
Supports
Markdown
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