Relative Content

Tag Archive for djangodjango-rest-frameworkswaggerdrf-spectacular

Django DRF_Spectacular and dynamic serializer problem

i have a 2 serializers
when i get the list of ItemCategory i want have all fields so ItemCategorySerializer is enough but when i call ItemCategorySerializer from ItemSerializer i want print only id and name but when i generate the swagger schema inside my schema list i find ItemCategory with only ‘id’, ‘name’