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 8669973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:36:19+00:00 2026-06-12T18:36:19+00:00

I am making a query that needs to get the max number of votes

  • 0

I am making a query that needs to get the max number of votes on one of TODAY’s objects.
I tried max_votes = App.objects.get(day=today).order_by("-votes")[0], but that gave me an attribute error. I don’t get that error when I do max_votes = Day.objects.all().order_by("-votes")[0]

How do I properly get the max number of votes on one of today’s objects?

  • 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-12T18:36:21+00:00Added an answer on June 12, 2026 at 6:36 pm

    okay, so get() is supposed to return only one object. get() is designed for fetching by primary key. its going to give you an error if it has multiple objects with the same attribute. what you are probably looking for is filter()

    so you can do something like this

    max_votes = App.objects.filter(day=today).order_by("-votes")[0]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a page that accepts post data from any number of pages
I'm getting a bit lost in making a query that performs a certain look
I need some help making a linq query that will select a list of
I'm building a GAE app that has objects with a lot of boolean properties.
I am making an app that lets user define their own data source (SQL),
I'm making a little application that needs to know how long the user has
I'm making a query to a MongoDB and I only want the first object.
I am trying and so far not succeeding in making a query with a
I am making a search query on local Apache Solr Server by browser and
We are making a solr query where we are giving a custom function (which

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.