[Repoze-dev] Deform/Colander: allow empty non-String field in schema?

2010-05-26 Thread Chris Shenton
We're doing a BFG app with a MongdoDB backend, and the Deform stuff seems perfect for us, really enjoying using it so far. But I can't figure out how to make a field in a schema optional if it's not a String. (I've done this in Django model schemas where I can use the flag null=True and

[Repoze-dev] [issue147] Deform default form action . submits to parent folder

2010-05-26 Thread Kiran Jonnalagadda
New submission from Kiran Jonnalagadda j...@pobox.com: deform.Form takes a parameter 'action' with default value '.' This default value is unfortunate. If the form is at a URL that has a trailing slash, all works well, but if the URL doesn't (such as '/login'), the form is submitted to the