years field in award type serializer
This commit is contained in:
parent
0c87e3cd25
commit
6a0943b0de
|
|
@ -199,6 +199,7 @@ class AwardTypeBaseSerializer(serializers.ModelSerializer):
|
||||||
fields = (
|
fields = (
|
||||||
'id',
|
'id',
|
||||||
'name',
|
'name',
|
||||||
|
'years',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user