fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3838b
)
Added where clause which was accidentally deleted.
author
Marek Stępniowski
<marek@stepniowski.com>
Wed, 10 Sep 2008 08:27:20 +0000
(10:27 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Wed, 10 Sep 2008 08:27:20 +0000
(10:27 +0200)
apps/newtagging/models.py
patch
|
blob
|
history
diff --git
a/apps/newtagging/models.py
b/apps/newtagging/models.py
index
e988b6c
..
56d73bf
100644
(file)
--- a/
apps/newtagging/models.py
+++ b/
apps/newtagging/models.py
@@
-236,6
+236,7
@@
class TagManager(models.Manager):
HAVING COUNT(%(tagged_item)s.object_id) = %(tag_count)s
) AS temporary
)
+ AND %(tag)s.id NOT IN (%(tag_id_placeholders)s)
%(extra_where)s
GROUP BY %(tag_columns)s
%(min_count_sql)s