django rf candv choices:django candv choices对django rest framework的支持 源码

ant_44412 12 0 ZIP 2021-05-22 07:05:04

django-rf-candv-choices 将与。 目录 安装 从安装: $ pip install django-rf-candv-choices 用法 序列化选择 例如,您有一些使用candv_x.django.choices.ChoiceField模型来存储允许值之一。 这可能是一个User模型,它具有user_role字段,其中user_role值由USER_ROLES常量容器定义。 使用candv_x.rest_framework.choices.ChoiceField进行user_role序列化: from rest_framework import serializers from candv_x . rest_framework . choices import ChoiceField from . constants import USER_ROLES

用户评论
请输入评论内容
评分:
暂无评论