allow unevaluated callables as bind values

Issue #1950 resolved
Mike Bayer repo owner created an issue

change the util.callable(bind.value) checks to look at a separate field - i.e. if bind.callable_: etc. This so that callables, such as classes, can be passed as values to bind params which are handled by bind_processor().

I highly doubt anyone is using this behavior explicitly but its too critical, so its for 0.7.

Comments (2)

  1. Log in to comment