Comment 3 for bug 1750027

Revision history for this message
Mark Goddard (mgoddard) wrote : Re: Traits & cleaning issue

Yes, that's correct. The problem is that objects.IronicObject.as_dict() doesn't handle nested objects properly - it needs to call .as_dict() on these.

Working on some changes, which *mostly* seem to work except for one unit test.