-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
hey, i have these models and i use django viewsets
class SomeModel(document): value = StringField(primary_key=true) label = StringField(required=True)
class SomeModelSerialization(DocumentSerializer): class Meta: model = SomeModel
if i make a post to /somemodel without any body, it only asks me for label and not for value. why is that?
Metadata
Metadata
Assignees
Labels
No labels