hello everyone,

I am a new in django, need to inner join in django, it searching in 
documentation DJANGO REST FRAMEWORK / SERIALIZER, but is not looking for I 
am, 
My query in sql is:

select * from auth_user as auser inner join profile_user_colony  as 
profileu on auser.id=profileu.user_id

this query show me all realted between user and profile, but the 
documentation just show me one of them, and not show me all.

please help me.

thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8aebb571-975f-4d0a-8a47-a78d260582df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to