Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ TaskSerializer
Class
TaskSerializer
Django_React_Todo/api/serializers.py:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
class
TaskSerializer(serializers.ModelSerializer):
8
class
Meta:
9
model = Task
10
fields =
'__all__'
Callers
4
taskList
Function · 0.85
taskDetail
Function · 0.85
taskCreate
Function · 0.85
taskUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected