From: Marek Stępniowski Date: Wed, 10 Sep 2008 08:31:06 +0000 (+0200) Subject: Modified inner query in related_for_model to work in SQLite. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/7f9492091585f0d14aa6ff66731a8cadb611fc43 Modified inner query in related_for_model to work in SQLite. --- diff --git a/apps/newtagging/models.py b/apps/newtagging/models.py index 56d73bf5a..c2628be38 100644 --- a/apps/newtagging/models.py +++ b/apps/newtagging/models.py @@ -225,7 +225,7 @@ class TagManager(models.Manager): WHERE %(tagged_item)s.content_type_id = %(content_type_id)s AND %(tagged_item)s.object_id IN ( - SELECT temporary.object_id + SELECT * FROM ( SELECT %(tagged_item)s.object_id FROM %(tagged_item)s, %(tag)s