TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Vikram Tripathi
NA
108
8.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 method return 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?