I am reimplementing the REST api for manipulating instances on openstack with django. I defined a model named Lab with a list field to store the status of instances in the lab. But there is no list field in Serializer class...Anyone have idea about this? ThanksÂ