Elmer de Looff
Elmer de Looff
Looking over the code, the problem seems to occur at line 191 in **init**.py: ``` python self.data.update(params) if self.schema: try: self.data = self.schema.to_python(decoded, self.state) except Invalid, e: self.errors = e.unpack_errors(self.variable_decode,...
I'll have to test this again to be sure but I ran into the problem where my error dict was also nested. Maybe I was merely seeing things though. I...
Hi Chris, Sorry for taking forever to get back to you. I got back to using nested forms earlier today and worked myself into the same corner again, so I'll...
Is this something that's considered desired/intended behavior?