Re: possible filter bug with manytomany fields and slice?

2009-04-16 Thread Malcolm Tredinnick
On Wed, 2009-04-15 at 23:13 -0700, Margie wrote: [...] > # PROBLEM IS HERE > # Find all pdtasks that have an entry in tiles that is in slice 0:4 of > Tile.objects.all() > # I think this should return bar as well, but it returns an empty > list. WHY??? > (Pdb)

possible filter bug with manytomany fields and slice?

2009-04-16 Thread Margie
I am seeing some inconsistent behavior with a filter. It seems like when I filter a manytomany field out of a slice, I don't get correct filter results. Perhaps I am misunderstanding how to use filters with manytomany fields. I have a small program that shows an example. Here are the

<    1   2