josephalph

Results 1 issues of josephalph

Hi Unable to display the m2m field in the grid filter it is showing the django id instead # in seralizer im using like below code current_responsible = serializers.SlugRelatedField(many=True,read_only=True,slug_field='username') #...