I have a StringListProperty defined in a model:
keywords = db.StringListProperty()
When I try and use django forms with the model (http://code.google.com/
appengine/articles/djangoforms.html) it claims that the field is
required if I don't put anything in the textarea it creates. I've
looked through the docs and it seems like it should just be setting it
to an empty list if I don't set it.
Sam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---