How can I make Django avoid calling ChangeList's get_query_set() method in file django.contrib.admin.views.main.py? I don't want to append any data, I want it to not call that method at all. Thanks.
|
|
I guess you could always subclass (or monkeypatch) the |
||
|
