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
bcb78add
Verified
Commit
bcb78add
authored
Jan 14, 2019
by
Joren Vrancken
Browse files
Fix documentation errors
parent
04366029
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/members/services.py
View file @
bcb78add
...
...
@@ -169,7 +169,7 @@ def execute_data_minimisation(dry_run=False):
at least 31 days ago
:param dry_run: does not really remove data if True
:return list of processed members
:return
:
list of processed members
"""
members
=
(
Member
.
objects
.
filter
(
Q
(
membership__until__isnull
=
False
)
|
...
...
website/newsletters/views.py
View file @
bcb78add
...
...
@@ -74,7 +74,7 @@ def admin_send(request, pk):
:param request: the request object
:param pk: the newsletter's primary key
:return: 302 RedirectResponse if POST else 200 with the
confirmation page HTML
confirmation page HTML
"""
newsletter
=
get_object_or_404
(
Newsletter
,
pk
=
pk
)
...
...
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