Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
6a1aefb7
Commit
6a1aefb7
authored
Jun 02, 2020
by
Nabila Febri Viola
Browse files
[REFACTOR] Removes status from excluded fields in acara donor serializers
parent
bde214e6
Pipeline
#48891
passed with stages
in 3 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/acara_donor/serializers.py
View file @
6a1aefb7
...
...
@@ -25,5 +25,5 @@ class AcaraDonorSerializer(serializers.ModelSerializer):
class
Meta
:
model
=
AcaraDonor
exclude
=
[
"user"
,
"status"
]
exclude
=
[
"user"
,
]
extra_kwargs
=
{
'foto_lokasi'
:
{
'required'
:
False
}}
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