Thomas Emmel
Results
2
comments of
Thomas Emmel
Yes, that solves my issue in case that I do the loop over `for item in items.all(): ... ` in case of `for item in items.all().order_by('start'):... ` it still returns...
Oh yes, that did the final trick! I even can populate the only-list by those attributes I really need and this makes it not only work, it makes it faster...