You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/10/03 21:55:32 UTC

git commit: [#5023] remove unnecessary portion of query

Updated Branches:
  refs/heads/db/5023 6f52980c9 -> c3be42b1f


[#5023] remove unnecessary portion of query


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/c3be42b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/c3be42b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/c3be42b1

Branch: refs/heads/db/5023
Commit: c3be42b1f613cd86b0e93be63d915ba3b6c111a6
Parents: 6f52980
Author: Dave Brondsema <db...@geek.net>
Authored: Wed Oct 3 19:55:20 2012 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Wed Oct 3 19:55:20 2012 +0000

----------------------------------------------------------------------
 Allura/allura/model/notification.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/c3be42b1/Allura/allura/model/notification.py
----------------------------------------------------------------------
diff --git a/Allura/allura/model/notification.py b/Allura/allura/model/notification.py
index ff761a3..704bf18 100644
--- a/Allura/allura/model/notification.py
+++ b/Allura/allura/model/notification.py
@@ -443,7 +443,6 @@ class Mailbox(MappedClass):
         # Queries to find all matching subscription objects
         q_direct = dict(
             type='direct',
-            queue={'$ne':[]},
             queue_empty=False,
         )
         if MAILBOX_QUIESCENT: