Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ CategorySerializer
Class
CategorySerializer
django_rest/core/home/serializers.py:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
return
data
36
37
class
CategorySerializer(serializers.ModelSerializer):
38
class
Meta:
39
model = Category
40
fields =
'__all__'
41
42
43
class
BookSerializer(serializers.ModelSerializer):
Callers
1
BookSerializer
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected