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 |
clokep
left a comment
There was a problem hiding this comment.
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 🙏 ?