Re: Possible bug with GenericRelations and values_list

2012-12-11 Thread Anssi Kääriäinen
For what its worth this one should be fixed in the patch for ticket #10790. After the patch the join condition will know the join field, and the join field will be asked for extra join sql when generating the join clause. This way it will be possible to append the content type restriction into the

Re: Possible bug with GenericRelations and values_list

2012-12-10 Thread Karen Tracey
On Mon, Dec 10, 2012 at 8:58 PM, Skylar Saveland wrote: > > I posted this in the django-users group but I think it may merit posting > here, as well. I have a test case which I think should pass. > > > https://github.com/skyl/django/commit/556df1c46146c2fc9c4022d838fa23f652f0ea8d > > Is this a bug