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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:59:33+00:00 2026-05-16T04:59:33+00:00

In past versions of django you could construct a queryset and then do .as_sql()

  • 0

In past versions of django you could construct a queryset and then do .as_sql() on it to find out the final query.

in Django 1.2.1 there is a function ._as_sql() which returns something similar, but not the same.

In past versions:

qs=Model.objects.all()
qs.as_sql() ====>

SELECT `model_table.id`, `model_table.name`, `model_table.size` from model_table

This shows me a lot of information.

But if I try it in Django 1.2.1

from django.db import connections
con=connections['default']

qs=Model.objects.all()
qs._as_sql(con) ====>

SELECT U0.`id` from model_table U0

This doesn’t show me what fields are actually being selected. I know this information is available somewhere, because in templates, I can still do:

{% for q in sql_queries %}
    {{q.time}} - {{q.sql}}
{% endfor %}

which shows me the full version of the query (including the fields selected)

My question is, how can I get this full version within the shell?

  • 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-05-16T04:59:33+00:00Added an answer on May 16, 2026 at 4:59 am
    qs=Model.objects.all()
    qs.query.as_sql() 
    

    Should do the job as it is shown here

    EDIT:

    I just try it and get the same error.

    qs=Model.objects.all()
    print qs.query
    

    this must give you what you want (:

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

Sidebar

Related Questions

I need to select past 30 days data and find the no: rows....i am
In the past I had problems with the browser cache serving older versions of
I am aware that there were similar questions in past few years, but after
I've done some searches and see IN THE PAST there have not been any
I know that different versions of this question has been asked in the past,
If I remember correctly, in past versions of Visual Studio (6, 2003, 2005), if
Basically, I need to store past versions of this object in its current state
In the past it's always been trial & error for the different memcache versions
Past scenario - Work with Tomcat and start in debug mode and Remote Debug
In past, I am using Listview and using below code can show a particular

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.