From 9037ddd3f8d7520a743a5c7dbb3657e78387b43a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 25 2015 15:17:54 +0000 Subject: One more id for uid change --- diff --git a/progit/lib.py b/progit/lib.py index 1c32b1e..6348228 100644 --- a/progit/lib.py +++ b/progit/lib.py @@ -744,7 +744,7 @@ def get_issues( ) if tags is not None and tags != []: query = query.filter( - model.Issue.id == model.TagIssue.issue_uid + model.Issue.uid == model.TagIssue.issue_uid ).filter( model.TagIssue.tag.in_(tags) )