Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8476697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T18:15:06+00:00 2026-06-10T18:15:06+00:00

I am having some difficulties with the usage of django query. Basically I am

  • 0

I am having some difficulties with the usage of django query. Basically I am trying to perform an inner join between Tutor_info(user,contact,etc.) and UserProfile(user,points,etc.) which is joined by the ‘user’ column. The result will be ordered by ‘points’ column in the UserProfile in the descending order producing an ordered Tutor_info object list.

I’m unsure of how to produce an ordering of the Tutor_info list using an attribute on another table–UserProfile table.

Should I be doing something as follows?

tutors_list = Tutor_info.objects.all() 
for t in tutors_list:
    UserProfile.objects.filter(user=t.user)
    ???
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T18:15:08+00:00Added an answer on June 10, 2026 at 6:15 pm

    Django does the inner join implicitly if you try to filter/order by on a foreign column. So this will work:

    tutors_list = Tutor_info.objects.all().order_by('-user__points')
    

    Or this if you join through the auth.User model (thanks to Daniel Roseman):

    tutors_list = Tutor_info.objects.all().order_by('-user__userprofile__points')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As the title states im having some difficulties analzying the average-case memory usage of
I'm having some difficulties with a query: SELECT d.*, (SELECT COUNT(id) FROM downloads WHERE
I’m having some difficulties while trying to consume an unmanaged-code dll from my application
I'm having some difficulties while trying to understand the whole zend routing concept. My
Im having some difficulties trying to order my list of a resultset. Im trying
I'm trying to add line numbers to a JTextArea and am having some difficulties.
I am having some difficulties for feeling the space between two curves in a
I’m having some difficulties trying to dynamically change an image. <a href=#no-reload id=dropMenuButton49 class=dropMenuButton>
I'm having some difficulties getting my head around Rails' general application layout. Basically, I
I'm new to testing, and I'm having some difficulties trying to run a functional

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.