Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
d1233402
Unverified
Commit
d1233402
authored
Apr 20, 2020
by
Enrico Zini
Browse files
Skip debian-keyring entries also when querying
parent
300738a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
minechangelogs/views.py
View file @
d1233402
...
@@ -85,7 +85,7 @@ class MineChangelogs(VisitorMixin, FormView):
...
@@ -85,7 +85,7 @@ class MineChangelogs(VisitorMixin, FormView):
res
[
"Content-Disposition"
]
=
'attachment; filename=changelogs.txt'
res
[
"Content-Disposition"
]
=
'attachment; filename=changelogs.txt'
return
res
return
res
entries
=
list
(
entries
)
entries
=
[
e
for
e
in
entries
if
not
e
.
startswith
(
"debian-keyring "
)]
return
self
.
render_to_response
(
self
.
get_context_data
(
return
self
.
render_to_response
(
self
.
get_context_data
(
form
=
form
,
form
=
form
,
entries
=
entries
,
entries
=
entries
,
...
...
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