From 63375f10b530a5e573c9aff82cd351de5a1b4dc1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 29 Apr 2016 10:07:17 -0400 Subject: Restore the fix for PostgreSQL. --- src/mailman/model/requests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mailman/model') diff --git a/src/mailman/model/requests.py b/src/mailman/model/requests.py index 076ba3db6..df5f1062e 100644 --- a/src/mailman/model/requests.py +++ b/src/mailman/model/requests.py @@ -84,8 +84,8 @@ class ListRequests: def of_type(self, store, request_type): return QuerySequence( store.query(_Request).filter_by( - mailing_list=self.mailing_list, request_type=request_type)) - #).order_by(_Request.id)) + mailing_list=self.mailing_list, request_type=request_type + ).order_by(_Request.id)) @dbconnection def hold_request(self, store, request_type, key, data=None): -- cgit v1.2.3-70-g09d2