Re: django discarding MySQL results for "in" operator

2012-02-11 Thread Jon
Karen Tracey gmail.com> writes: > > > On Mon, Jan 5, 2009 at 3:37 PM, JonUK flinttechnology.co.uk> wrote: > > > > Apologies as this is a repost, but I'm completely stuck! > I'm using django 1.0.2 and the tagging app to retrieve a tag via a > database "in" query, and something is causing th

Re: django discarding MySQL results for "in" operator

2009-01-05 Thread Malcolm Tredinnick
On Mon, 2009-01-05 at 12:37 -0800, JonUK wrote: [...] > I'm using django 1.0.2 and the tagging app to retrieve a tag via a > database "in" query, and something is causing the query results to be > discarded. > > In particular, this line of code from tagging.utils.get_tag_list() > executes: > > r

Re: django discarding MySQL results for "in" operator

2009-01-05 Thread Karen Tracey
On Mon, Jan 5, 2009 at 3:37 PM, JonUK wrote: > > Apologies as this is a repost, but I'm completely stuck! > > I'm using django 1.0.2 and the tagging app to retrieve a tag via a > database "in" query, and something is causing the query results to be > discarded. > > In particular, this line of cod

django discarding MySQL results for "in" operator

2009-01-05 Thread JonUK
Apologies as this is a repost, but I'm completely stuck! I'm using django 1.0.2 and the tagging app to retrieve a tag via a database "in" query, and something is causing the query results to be discarded. In particular, this line of code from tagging.utils.get_tag_list() executes: return Tag.ob