Changes between Initial Version and Version 1 of Ticket #26379, comment 2
- Timestamp:
- Mar 21, 2016, 4:26:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26379, comment 2
initial v1 7 7 blog_1.subscribers.all().all().filter(**queryparams) 8 8 }}} 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). 10 10 Unfortunately 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. 11 11 It would be nice if someone else could verify and reproduce the behaviour and having better knowledge about the ORM look into the cause.