beat.web.common.fields module

class beat.web.common.fields.StringListField(*args, **kwargs)[source]

Bases: rest_framework.fields.ListField

child = CharField()
class beat.web.common.fields.JSONField(*args, **kwargs)[source]

Bases: rest_framework.fields.JSONField

to_internal_value(data)[source]

Transform the incoming primitive data into a native value.