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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:41:28+00:00 2026-05-24T17:41:28+00:00

My class: from django.contrib.admin.views.main import ChangeList class MyChangeList(ChangeList): def __init__(self, *args): … def get_query_set(self):

  • 0

My class:

from django.contrib.admin.views.main import ChangeList
class MyChangeList(ChangeList):
    def __init__(self, *args):
        ...

    def get_query_set(self):
        ...

I added logs in both __init__ and get_query_set and I have noticed that the log output in the latter gets printed out (but none for the one in __init__. Is this possible ?

  • 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-24T17:41:29+00:00Added an answer on May 24, 2026 at 5:41 pm

    The __init__ function can call arbitrary methods itself, and construction of objects in Python can also be complicated with __new__, so make sure both outputs refer to the same object (for example, by including id(self) in the output).

    To find out who called get_query_set, you can use traceback.print_stack:

    import traceback
    traceback.print_stack()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Code: class JobsManager(models.Manager): def get_active_by_category(self, cat, limit): import datetime from django.db.models import Q return
from django.contrib.admin.actions import delete_selected from Test.app.models import Post from django.contrib import admin class PostModelAdmin(admin.ModelAdmin):
From the Django intro tutorial, in \mysite\polls\admin.py : from django.contrib import admin #... class
I registered an app to the django admin with: from django.contrib import admin from
I have the following: from django.contrib.auth.models import User class ClientDetails(models.Model): created_by = models.ForeignKey(User) ...
Given this model: from django.db import models from django.contrib.auth.admin import User # Create your
My models.py from django.db import models from django.contrib.auth.models import User class Song(models.Model): uploader =
Given a Django model likeso: from django.db import models class MyModel(models.Model): textfield = models.TextField()
I have a form like: #forms.py from django import forms class MyForm(forms.Form): title =
Why can't I do this? from django import forms from django.forms import widgets class

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.