Changes between Initial Version and Version 1 of Ticket #26379, comment 2


Ignore:
Timestamp:
Mar 21, 2016, 4:26:45 PM (9 years ago)
Author:
Balázs Oroszi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26379, comment 2

    initial v1  
    77blog_1.subscribers.all().all().filter(**queryparams)
    88}}}
    9 (and the rest) is buggy behaviour I believe.
     9(and the rest) is buggy behaviour I believe (especially since the second one gives the correct results I believe).
    1010Unfortunately I'm not well versed enough in the internals of Django's ORM to even guess at what could be wrong, so I couldn't come up with anything better than a self-contained sample to reproduce it.
    1111It would be nice if someone else could verify and reproduce the behaviour and having better knowledge about the ORM look into the cause.
Back to Top