Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ BookSerializer
Class
BookSerializer
django_rest/core/home/serializers.py:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
43
class
BookSerializer(serializers.ModelSerializer):
44
category = CategorySerializer()
45
class
Meta:
46
model = Book
47
fields =
'__all__'
Callers
1
get_book
Function · 0.70
Calls
1
CategorySerializer
Class · 0.85
Tested by
no test coverage detected