This has a hidden late evaluation case, which if you're dealing with a large data set will punish you: you are returning team/person objects, but they are not always visible to the user, so you need to eager evaluate visibility (or push it down into your query).
-- https://code.launchpad.net/~cjwatson/launchpad/archive-getallpermissions/+merge/117606 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/archive-getallpermissions into lp:launchpad. _______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

