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
Gepetto
dashboard
Commits
dca53f8b
Commit
dca53f8b
authored
Aug 14, 2018
by
Guilhem Saurel
Browse files
filter projects by from_gepetto
parent
333b3708
Pipeline
#1177
passed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/filters.py
View file @
dca53f8b
...
...
@@ -8,7 +8,7 @@ class ProjectFilter(django_filters.rest_framework.FilterSet):
class
Meta
:
model
=
models
.
Project
fields
=
(
'name'
,)
fields
=
(
'name'
,
'from_gepetto'
)
class
ContributorFilter
(
django_filters
.
rest_framework
.
FilterSet
):
...
...
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