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

  • Home
  • SEARCH
  • 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 7760389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:52:29+00:00 2026-06-01T13:52:29+00:00

When filtering a queryset, I’m wondering if the following are equivalent. User.objects.filter(username=’josh’).filter(email__startswith=’josh’) User.objects.filter(username=’josh’, email__startswith=’josh’)

  • 0

When filtering a queryset, I’m wondering if the following are equivalent.

User.objects.filter(username='josh').filter(email__startswith='josh')
User.objects.filter(username='josh', email__startswith='josh')

I can’t imagine how the generated SQL could be any different between the two. The documentation doesn’t seem to mention any differences either.

  • 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-01T13:52:31+00:00Added an answer on June 1, 2026 at 1:52 pm

    You can execute those queries in the shell and print out the generated SQL like:

    >>> print User.objects.filter(username='josh').filter(email__startswith='josh').query
    

    I tested a similiar queries like you got here and there was no difference in the generated SQL code.Both statements end up using them same WHERE Statement.

    Furhtermore it shouldnt make any difference in this case whether you chain the filters or apply them in one step.

    But there are scenarios in which the order of filtering matters.
    Have a look here and here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Filtering QuerySets in Django work like the following: Entry.objects.filter(year=2006) How can I use filter
I have a question about django content_types In the example of filtering a QuerySet
I am filtering the HKEYS by using Hook filtering function, I use the following
I'm filtering a big number of users based on attributes. For example, they can
Is it possible to combine a Django Haystack search with built-in QuerySet filter operations,
In Django you can remove items from a QuerySet by doing this as documented
I was wondering if there a way I can pass two or more variables
Is my understand of filtering joins using ON vs. WHERE correct? WHERE ...will filter
I have the following model: class UptimeManager(models.Manager): def with_length(self): Get querySet of uptimes sorted
Given the following code I was wondering how to populate RecordsResource with each real

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.