Django framework is being used. There is a model with many-to-many field.
class Item(models.Model): special_category_id = models.CharField(max_length=100)