-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy query attribute. #87
base: main
Are you sure you want to change the base?
Conversation
Hi @clokep , Do you think you'll have time to take a look? |
Hopefully soon, but I have been rather busy recently. We removed the Weirdly the |
Thank you! Yes, that's weird, for some reason Django admin uses |
Hi @clokep , Thanks |
I hope to get to it soon, but have been busy as I mentioned above. I maintain this package in my spare time and am not paid to do so; that, unfortunately, puts it below many of my other professional and personal obligations. |
Can you add some tests to this? Do you know if Django admin using these values is considered "wrong" or if they're meant to be public APIs? I can't find any information about what the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marking as reviewed, please see my previous comment!
Hi @clokep , I will provide tests when I have time. Approx 1-2 weeks. |
Hi @clokep ,
Please, take a look at this PR.
I saw issues with Django admin (for example #65) and with other packages using querysetsequence . All these issues have pattern:
'QuerySetSequence' object has no attribute 'query'
.This PR should fix it and shouldn't break anything.
Please, let me know wdyt 🙏 ?