I am probably the last person to comment on aesthetics but shouldn't the syntax be:
order.items.append((item('SA T-Shirt'), price=2.99) ) to at least preserve Python-like list append syntax instead of: order.items.append(item('SA T-Shirt'), price=2.99) which admittedly looks simpler but is not consistent with the normal list append, which only takes one argument? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---