Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Vikram Tripathi
1.8k
97
2.8k
Hi team, i used generic.RetrieveAPIVIEW class in drf django and i in t
Nov 29 2020 1:02 AM
Hi team, i used generic.RetrieveAPIVIEW class in drf django and i in this class i used get_object method in this methodreturn output=get_objects_or_404(mymodel,id=2)how can i add new field in this query? When i used output.newfield=4 it can not add this field to output
Reply
Answers (
10
)
I have legacy code with written unit tests (pytest) . Want
how to show related_set items structure in django-rest?