On 2/3/07, iain duncan <[EMAIL PROTECTED]> wrote: > Which also made me wonder, why not add an addUser() method to the SA API > and make them more consistent? ( Wrapping the g.users.appennd(u) ) Are > there good reasons to not do so that I'm not thinking of?
The group.addUser() API is SO's way of adding an item to a many-to-many relation. group.users.append() is SA's way. The goal for TG 2.0 is to reduce the surface area of TG, so adding wrappers doesn't really make sense (and I don't want to create more docs work explaining why identity is a special case exception when you're using SA). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

