[google-appengine] StringListProperty default fails validation

2010-03-24 Thread bliff
I have a StringListProperty field that never passes validation when submitted as part of a Django form, even though it has been assigned a default as documented in various other posts. Why is this? How can I have GAE/Django allow this field (text area) to be blank? from appengine_django.models

Re: [google-appengine] StringListProperty default fails validation

2010-03-24 Thread Matt McDonald
Have you tried required=False? On Tue, Mar 23, 2010 at 7:15 PM, bliff bryan...@gmail.com wrote: I have a StringListProperty field that never passes validation when submitted as part of a Django form, even though it has been assigned a default as documented in various other posts. Why is