|
From: Chris L. <ch...@ka...> - 2013-12-05 17:12:44
|
Hi Sebastien, > > > Also the 1.2.5 > > release had some backwards incompatible changes that might cause a > problem > > if you have custom validators that expect sequences to be passed to them > > from a Schema. Details can be found here: > > http://www.formencode.org/en/latest/whatsnew-1.2.5.html. > > Right, same broken tests with the 1.2.5. That narrows things down. Do you have a custom validator that expects a sequence that doesn't derive from a formencode validator that expects as sequence (list, dict, tuple, etc)? If so you will need to add an accept_iterator = True property to your validator. You can do a quick test for that by adding it to the instantiation args somewhere you use the validator. -Chris -- Christopher Lambacher ch...@ka... |