[patch] Allow keyword arguments in association proxy append()

Issue #361 resolved
J Pellerin created an issue

The attached patch allows association proxies to accept keyword arguments, which are passed to create(). When no creator function is specified, they are passed through to the __init__ of the created class. The assocation proxy example is also updated to include an example of passing in a keyword argument to set the price of an item.

Comments (2)

  1. Log in to comment