Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
f1513254
Commit
f1513254
authored
Jun 27, 2018
by
Guilhem Saurel
Browse files
filter contributors: from_gepetto only
parent
eb33defe
Pipeline
#882
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/views.py
View file @
f1513254
...
...
@@ -81,7 +81,7 @@ class DistinctMixin(object):
class
ContributorsView
(
SingleTableMixin
,
DistinctMixin
,
FilterView
):
model
=
models
.
Contributor
queryset
=
models
.
Contributor
.
objects
.
filter
(
projects__from_gepetto
=
True
)
table_class
=
tables
.
ContributorProjectTable
filterset_class
=
filters
.
ContributorFilter
...
...
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